Get Fiat History

📘

How to fill remark field

If the remark field is required to be included in the API response for the deposit order, it should be filled in according to the following rules when initiating the transfer. SCB intra-bank transfers are not supported for now.

  1. Enterprise Bank Account Mode (For example, Chong Hing Bank), add REF:
    /REF:####
  2. Automatic transfer to trading account:
    /CMD:autoTF_{trading_accountId}_{customer_custom_field}
  3. Transaction remark:
    /MEMO:{customer_custom_field}

Chong Hing Bank sample:
/REF:H2A6U8/CMD:autoTF_1471090223379184384_customId1/MEMO:customId2

ZA/SCB sample:
/REF:/CMD:autoTF_1471090223379184384_customId1/MEMO:customId2

No Auto transfer, just remark:
/REF:/CMD:/MEMO:customId


Weight: 5

Request Parameters

PARAMETERTYPEReq'dDESCRIPTION
typeSTRINGY"deposit",
"withdraw"
statusSTRINGdeposit:

"under_review"
"processing"
"successful"
"failed"

withdraw:

"under_review"
"processing"
"successful"
"failed"
startTimeLONGYStart timestamp
endTimeLONGYEnd timestamp
channelSTRING"auto", "manual"; default "auto"
For transaction records prior to (9/1/2023 please use manual channel)
remarkSTRINGRemark
limitINTEGERLimit
recvWindowLONGRecv Window
timestampLONGYTimestamp
clientOrderIdSTRINGCan be used for filtering

Response content

PARAMETERTYPEDESCRIPTION
orderIdSTRINGFiat Order ID, e.g:
"FD467701147384938496"
typeSTRING"deposit",
"withdraw"
remarkSTRINGDeposit: The remark message from bank deposit
assetSTRING"USD" or "HKD". Fee Asset is the same as the Transaction Asset.
grossAmountSTRINGDeposit/Withdraw order amount
netAmountSTRINGActual fund in amount
Deposit: grossAmount - fee
Withdraw: grossAmount + fee
feeSTRINGDeposit / Withdraw fee
statusSTRINGdeposit:

"under_review"
"processing"
"failed"
"successful"
"withdraw_return"

withdraw:

"under_review"
"processing"
"failed"
"successful"
"return"
createdTimeLONGOrder Created Timestamp
updatedTimeLONGOrder Updated Timestamp
channelSTRING
clientOrderIdSTRINGClient order ID
Query Params
string
required
Defaults to deposit

Transaction type

string

Transaction status

string
required
Defaults to 16260408000000

Start Time

string
required
Defaults to 16881408000000

End Time

string
required
Defaults to 1707495506093

Millisecond timestamp

string
required
Defaults to d06ec958490617748bf68e22a2951310bc3ae2437e1f532340076f1970dd350f

Signature

Responses

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