Skip to main content
POST
Query executed order history

Authorizations

X-TXC-APIKEY
string
header
required

API Key authentication for private endpoints.

Required headers:

  • X-TXC-APIKEY: API key
  • X-TXC-PAYLOAD: Base64 encoded JSON payload
  • X-TXC-SIGNATURE: HMAC SHA512 signature

Body

application/json
market
string

Requested market. Example: BTC_USDT

Example:

"BTC_USDT"

client_order_id
string

Filter by custom order identifier

Example:

"customId11"

startDate
integer

Start date in Unix-time format

Example:

1593233939

endDate
integer

End date in Unix-time format

Example:

1593233939

offset
integer
default:0

Starting line index (OFFSET). Default: 0, Min: 0

Example:

0

limit
integer
default:50

LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100

Example:

50

request
string
Example:

"{{request}}"

nonce
string
Example:

"{{nonce}}"

Response

Executed order history

id
integer

Deal ID

client_order_id
string

Custom order ID (empty if not specified)

time
number

Timestamp of executed deal

side
enum<string>
Available options:
buy,
sell
role
integer

1 - maker, 2 - taker

amount
string

Amount in stock currency

price
string
deal
string

Amount in money currency

fee
string

Paid fee

order_id
integer
feeAsset
string