POST
/
fapi
/
v1
/
orderHistorical

Headers

x-ch-sign
string
required

Request signature.

x-ch-apikey
string
required

The user's API key.

x-ch-ts
string
required

The current time in milliseconds.

Body

application/json

Receives data on the historical commission.

Source: https://exchangeopenapi.gitbook.io/pri-openapi/openapi-doc/futures-trading-api#historical-commission-records

contract_name
string
required
from_id
integer | null
limit
integer
default:
100

Response

200 - application/json
client_id
string
required
close_maker_fee_rate
string
required
close_taker_fee_rate
string
required
contract_id
integer
required
contractName
string
required
ctime
string
required
ctime_ms
integer
required
deal_money
string
required
deal_volume
string
required
leverage_level
integer
required
open_maker_fee_rate
string
required
open_or_close
enum<string>
required
Available options:
OPEN,
CLOSE
open_taker_fee_rate
string
required
order_id
integer
required
position_type
enum<integer>
required
Available options:
1,
2
side
enum<string>
required
Available options:
BUY,
SELL
status
integer
required
type
integer
required
volume
string
required
average_price
string | null
price
string | null