Query History Data Export

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description

Return export tasks and their statuses.

Rate Limit

30 requests per second.

Permission

RapidX API key with read-only permission is sufficient. No trading / write permission is required.

Request

NameTypeMandatoryDescription
exportTypeIntegerYExport type: 1 - History Order 3- History Position
exchangeStringNExchange type (BINANCE, OKX)
businessTypeStringNBusiness type (SPOT, MARGIN, PERP)
exportStatusIntegerN1 - Pending, 2 - Processing, 3 -Processed.
pageIntegerNPage number to retrieve. Default is 1.
pageSizeIntegerNNumber of records per page. Default is 1000, maximum is 1000

Response

FieldTypeRemark
portfolioIdStringPortfolio ID
exportTypeStringExport type(1-History Order,3-History Position)
exchangeTypeStringExchange type(BINANCE,OKX)
businessTypeStringBusiness type(SPOT,MARGIN,PERP)
orderStateStringPlease see ENUM Definitions for supported values.
startTimeLongExport data start time(millisecond timestamp)
endTimeLongExport data start time(millisecond timestamp)
isFilterCancelInt0-All Data, 1-Filtering orders with no quantity filled, Effective only when exporting order data. Default export all orders.
downloadUrlStringdownload url
statusInt1- Pending, 2- Processing, 3- Processed.
createAtLongCreate data time(millisecond timestamp)
updateAtLongUpdate data time(millisecond timestamp)
exportIdIntHistory Data Export ID.
Path Params
int32
required
string
required
Defaults to ""
string
required
Defaults to ""
int32
required
Defaults to 0
int32
required
Defaults to 1
int32
required
Defaults to 20
Response

Language
LoadingLoading…
Response
Choose an example:
application/json