Fiat Deposit/Withdraw History (USER_DATA)
- If beginTime and endTime are not sent, the recent 30-day data will be returned.
Weight(UID): 90000
Query parameters
- 0 - deposit
- 1 - withdraw
UTC timestamp in ms
Default 1
Default 100, max 500
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
History of deposit/withdraw orders
Example response
{
"code": "000000",
"message": "success",
"data": [
{
"orderNo": "7d76d611-0568-4f43-afb6-24cac7767365",
"fiatCurrency": "BRL",
"indicatedAmount": "10.00",
"amount": "10.00",
"totalFee": "0.00",
"method": "BankAccount",
"status": "Expired",
"createTime": 1626144956000,
"updateTime": 1626400907000
}
],
"total": 1
}Changes
Changed in 2 of the 26 revisions of this API.9218
- ▲
removed the enum value
0from thequeryrequest parametertransactionTyperequest-parameter-enum-value-removed
- ▲
removed the enum value
1from thequeryrequest parametertransactionTyperequest-parameter-enum-value-removed
- ▲
for the
queryrequest parametertransactionType, the type/format was changed fromstring/tointeger/int32request-parameter-type-changed
- ●
for the
queryrequest parametertransactionType, the max was set to1.00request-parameter-max-set
- ●
for the
queryrequest parametertransactionType, the min was set to0.00request-parameter-min-set
- ▲
- ▲
for the
queryrequest parameterbeginTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterendTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterpage, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterrows, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
codebecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/amountbecame required for the status200response-property-became-required
- ○
the response property
data/items/createTimebecame required for the status200response-property-became-required
- ○
the response property
data/items/fiatCurrencybecame required for the status200response-property-became-required
- ○
the response property
data/items/indicatedAmountbecame required for the status200response-property-became-required
- ○
the response property
data/items/methodbecame required for the status200response-property-became-required
- ○
the response property
data/items/orderNobecame required for the status200response-property-became-required
- ○
the response property
data/items/statusbecame required for the status200response-property-became-required
- ○
the response property
data/items/totalFeebecame required for the status200response-property-became-required
- ○
the response property
data/items/updateTimebecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
successbecame required for the status200response-property-became-required
- ○
the response property
totalbecame required for the status200response-property-became-required
- ▲