Skip to main content

Get All Order List

Query merchant's order trade history as both Maker and Taker, scroll pagination mode (recommended).

HTTP Request

  • GET /api/v3/fiat/market/order/paginationV2

Required Permission: P2P Account Read

Request Parameters

NameTypeMandatoryDescription
coinIdstringnoCoin ID (e.g., BTC)
advOrderNostringnoOrder ID
sidestringnoTrade direction: BUY / SELL
orderDealStatestringnoOrder status (see enum values)
startTimelongnoStart time, defaults to last month if empty (timestamp)
endTimelongnoEnd time (timestamp)
lastCreateTimelongnoLast record's createTime from previous page. Not needed for first page, required for subsequent pages.
lastIdstringnoLast record's advOrderNo from previous page. Not needed for first page, required for subsequent pages.
limitintegernoRecords per page

Response Parameters

NameTypeDescription
advOrderNostringOrder number
tradableQuantityBigDecimalTrade quantity
priceBigDecimalTrade price
amountBigDecimalTrade amount (fiat)
coinNamestringCoin name
statestringOrder status: NOT_PAID / PAID / DONE / CANCEL / TIMEOUT etc.
payTimeLimitlongPayment deadline (millisecond timestamp)
sidestringTrade direction: BUY / SELL
fiatUnitstringFiat currency unit
createTimelongCreation time (millisecond timestamp)
paymentInfoarrayPayment method info
paymentInfo[].idintegerUser payment account ID
paymentInfo[].payMethodintegerPayment method type
paymentInfo[].accountstringAccount
paymentInfo[].payeestringPayee
paymentInfo[].extendstringExtended info (JSON string)
merchantInfoobjectReturned when counterparty is a merchant (mutually exclusive with userInfo)
merchantInfo.uidstringMerchant UID
merchantInfo.nickNamestringMerchant nickname
merchantInfo.memberIdstringMerchant member ID
userInfoobjectReturned when counterparty is a regular user (mutually exclusive with merchantInfo)
userInfo.accountstringUser account
userInfo.nickNamestringUser nickname
userInfo.roleTypeintegerRole type
userInfo.enableMerchantApplicationbooleanWhether eligible for merchant application
complainingbooleanWhether under appeal
unreadCountintegerUnread message count