Redemption Record (USER_DATA)
- Only the data of the latest 90 days is available
Weight(IP): 1
Query parameters
BTCDOWN, BTCUP
UTC timestamp in ms
UTC timestamp in ms
default 1000, max 1000
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
List of redemption record
Example response
[
{
"id": 1,
"tokenName": "LINKUP",
"amount": "0.54216292",
"nav": "18.36345064",
"fee": "0.00995598",
"netProceed": "9.94602604",
"timestamp": 1599128003050
}
]Changes
Changed in 1 of the 26 revisions of this API.6111
- ▲
for the
queryrequest parameterendTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterid, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterlimit, 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 parameterstartTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ●
removed the optional property
items/timstampfrom the response with the200statusresponse-optional-property-removed
- ○
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
items/amountbecame required for the status200response-property-became-required
- ○
the response property
items/feebecame required for the status200response-property-became-required
- ○
the response property
items/idbecame required for the status200response-property-became-required
- ○
the response property
items/navbecame required for the status200response-property-became-required
- ○
the response property
items/netProceedbecame required for the status200response-property-became-required
- ○
the response property
items/tokenNamebecame 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
- ○
added the required property
items/timestampto the response with the200statusresponse-required-property-added
- ▲