curl --request GET \
--url https://api.woox.io/v3/asset/transfer/history \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"rows": [
{
"id":225,
"token":"USDT",
"amount": "1000000",
"status":"COMPLETED",
"from": {
"applicationId": "046b5c5c-5b44-4d27-9593-ddc32c0a08ae",
"accountName": "Main"
},
"to": {
"applicationId": "082ae5ae-e26a-4fb1-be5b-03e5b4867663",
"accountName": "sub001"
}
"createdTime":"1642660941.534",
"updatedTime":"1642660941.950"
},
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
Get Transfer History
curl --request GET \
--url https://api.woox.io/v3/asset/transfer/history \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"rows": [
{
"id":225,
"token":"USDT",
"amount": "1000000",
"status":"COMPLETED",
"from": {
"applicationId": "046b5c5c-5b44-4d27-9593-ddc32c0a08ae",
"accountName": "Main"
},
"to": {
"applicationId": "082ae5ae-e26a-4fb1-be5b-03e5b4867663",
"accountName": "sub001"
}
"createdTime":"1642660941.534",
"updatedTime":"1642660941.950"
},
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
{
"success": true,
"data": {
"rows": [
{
"id":225,
"token":"USDT",
"amount": "1000000",
"status":"COMPLETED",
"from": {
"applicationId": "046b5c5c-5b44-4d27-9593-ddc32c0a08ae",
"accountName": "Main"
},
"to": {
"applicationId": "082ae5ae-e26a-4fb1-be5b-03e5b4867663",
"accountName": "sub001"
}
"createdTime":"1642660941.534",
"updatedTime":"1642660941.950"
},
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
"abcdef123456"
"signaturestring"
"1718943200000"
start www time in unix timestamp
end time in unix timestamp
the page you wish to query.
the page size you wish to query, default = 25, 1000 at max.
true
timestamp
Show child attributes
Show child attributes
The unique identifier for the transfer.
The token symbol for the transfer, e.g., 'USDT'.
The amount of the token transferred.
The status of the transfer, e.g., 'COMPLETED'.
COMPLETED, FAILED The time the transfer was created, represented as a string timestamp.
The time the transfer was last updated, represented as a string timestamp.