Fiat Payments History (USER_DATA)
- If beginTime and endTime are not sent, the recent 30-day data will be returned.
Weight(IP): 1
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 fiat payments
Example response
{
"code": "000000",
"message": "success",
"data": [
{
"orderNo": "353fca443f06466db0c4dc89f94f027a",
"sourceAmount": "20.00",
"fiatCurrency": "EUR",
"obtainAmount": "4.462",
"cryptoCurrency": "LUNA",
"totalFee": "0.2",
"price": "4.437472",
"status": "Failed",
"createTime": 1624529919000,
"updateTime": 1624529919000
}
],
"total": 1
}Changes
Changed in 2 of the 26 revisions of this API.9219
- ▲
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 changed fromstringtointeger, and format from no format toint32request-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 format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parameterendTime, the format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parameterpage, the format changed from no format toint32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parameterrows, the format changed from no format toint32request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the format changed from no format toint64request-parameter-type-changed
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ▲