Listing account transactions
List account transactions
Name
Value
Name
Type
Description
Name
Type
Description
{
"data": [
{
"id": "28e51afe-a9f9-43f1-9204-cc90a7deb4f2",
"type": "transactions",
"attributes": {
"createdAt": "2024-06-18T15:49:02.031Z",
"simplifiedState": "completed",
"transactionType": "CoinTransaction",
"amount": "0.00010000",
"balance": "0.20087774"
},
"relationships": {
"account": {
"data": {
"type": "accounts",
"id": "5850abb7-0a60-4041-800c-1d43b4dcf4d6"
}
}
}
}
],
"included": [
{
"id": "5850abb7-0a60-4041-800c-1d43b4dcf4d6",
"type": "accounts",
"attributes": {
"currencyCode": "BTC",
"balance": "0.20087774",
"currencyType": "crypto"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
}
],
"meta": {
"page": null,
"per_page": "1",
"total": 78
},
"jsonapi": {
"version": "1.0"
}
}Name
Type
Description
Last updated