Fiat Query API

Query the status of fiat deposit or withdrawal orders.

When querying the business scenario (bizScene) must be supplied as either deposit or withdrawal.

  • When querying deposits, depositCodes must be included with the deposit code(s) to query.
  • When querying withdrawals, platformWithdrawalOrderIds must be included with the platform withdrawal order ID(s) to query.
Body Params
string

Current Unix time in microseconds, used for replay protection.

string

Request example uses nonce. Kept for literal parity with source example.

string
enum
required

Business scene. Must be deposit or withdrawal.

Allowed:
depositCodes
array of strings

List of deposit codes to query. Required when bizScene = deposit.

depositCodes
platformWithdrawalOrderIds
array of strings

List of platform withdrawal order IDs to query. Required when bizScene = withdrawal.

platformWithdrawalOrderIds
string
required

Account group UUID.

Headers
string
required

API Key

string
required

HMAC-SHA512 signature of the request body

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json