📂Order Paging Query

This interface allows merchants to query order information in pages, with a maximum of 100 items per page.

URL:/v1/api/open/order/queryall

Method:POST

Parameter Type: application/json

Parameter:

Field Name
Field Type
Required
Signature
Instruction

appId

string(8)

True

True

Merchant APP ID

pageNo

string(3)

True

True

Pages

pageSize

string(3)

True

True

Number of entries per page

signature

string(32)

True

True

Data signature, see: Signature Algorithm

Return value data parameter:

Field Name
Field Type
Instruction

total

string

Total

pageNo

string

Pages

pageSize

string

Number of entries per page

list

[]array

Order list

Return value list Parameters:

Field Name
Field Type
Instruction

appId

string

Merchant APP ID

orderNo

string

UPay order number

merchantOrderNo

string

Merchant order number

chainType

string

Network:

1: Tron (TRC20)

2: Ethereum (ERC20)

3: PayPal (PYUSD)

crypto

string

Order amount, unit USDT / PYUSD

actualCrypto

string

Amount of received, unit USDT / PYUSD

poundage

string

Handling fee, unit USDT / PYUSD

actualPoundage

string

Handling fee of received, unit USDT / PYUSD

status

string

Order status, for details, see: Order Status

attach

string

User-defined data

createdAt

string

Order creation time, Unix second level timestamp

completedAt

string

Order completion time, Unix second level timestamp. This field is empty when the order is pending payment

Last updated