Skip to main content
POST
Funding 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

Filter by specific market. For example: BTC_PERP

If not specified, returns funding history for all markets.

Example:

"BTC_PERP"

limit
integer
default:100

Number of records to return

Example:

100

offset
integer
default:0

Number of records to skip

Example:

0

request
string

Request signature

Example:

"{{request}}"

nonce
string

Unique request identifier

Example:

"{{nonce}}"

Response

Successful response - returns paginated funding history

records
object[]

Array of funding history entries

limit
integer

Number of records per page

Example:

100

offset
integer

Number of records skipped

Example:

0