Listing crypto deposits
Name
Value
Name
Type
Description
{
"data": [
{
"id": "d4c51c64-706f-4ede-8a2c-a5cca27e03bb",
"type": "transactions",
"attributes": {
"createdAt": "2026-04-01T11:12:51.988Z",
"simplifiedState": "completed",
"transactionType": "CoinTransaction",
"amount": "5.000000",
"currency": "USDT",
"balance": "10637424.361911",
"reference": null,
"accountId": "8140e530-4cd3-47e0-b813-9c473e9a2ea3"
},
"relationships": {
"account": {
"meta": {
"included": false
}
},
"transactionDetails": {
"data": {
"type": "coinTransactions",
"id": "d4c51c64-706f-4ede-8a2c-a5cca27e03bb"
}
},
"author": {
"meta": {
"included": false
}
}
}
}
],
"included": [
{
"id": "d4c51c64-706f-4ede-8a2c-a5cca27e03bb",
"type": "coinTransactions",
"attributes": {
"txHash": "d47aad66318125d7fb5ce429fef66204f0797c7c71f1a6277ab0a53c66f1fe51",
"currencyCode": "USDT",
"createdAt": "2026-04-01T11:12:51.952Z",
"state": "completed",
"amount": "5.000000",
"accountId": "8140e530-4cd3-47e0-b813-9c473e9a2ea3",
"reference": null,
"simplifiedState": "completed",
"sourceAddresses": [
"TTbGTMwUwA3mncLP7xqCZei1ekaNSgeAJe"
]
},
"relationships": {
"network": {
"data": {
"type": "network",
"id": "8ededca3-a1cd-4b46-8c3a-14915f706ab2"
}
},
"address": {
"data": {
"type": "addresses",
"id": "e92d7fb6-4cc0-4814-9a2b-8830ead8e833"
}
},
"author": {
"meta": {
"included": false
}
}
}
},
{
"id": "8ededca3-a1cd-4b46-8c3a-14915f706ab2",
"type": "network",
"attributes": {
"currencyCode": "USDT",
"name": "Tron (TRC20)",
"code": "ttrx:usdt"
}
},
{
"id": "e92d7fb6-4cc0-4814-9a2b-8830ead8e833",
"type": "addresses",
"attributes": {
"label": "My Wallet",
"value": "TGRA6wC7T35dXwdGsSAevNmVJ8srGQKDeE",
"createdAt": "2026-05-07T10:01:07.566Z"
},
"relationships": {
"account": {
"meta": {
"included": false
}
},
"network": {
"meta": {
"included": false
}
}
}
}
],
"meta": {
"page": 1,
"per_page": 10,
"total": 1
},
"jsonapi": {
"version": "1.0"
}
}Name
Type
Description
Last updated