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"

clientOrderId
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

{key}
object[]