Account
idstringrequired
Account ID of the custodian
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xdF4E4Aee51d2B9fDc7A8233C5BA3B497b9F670dfholdedTokens object[]required
Array [
idstringrequired
Token ID
amountstringrequired
Token amount
]
transactions object[]required
Array [
uuidstringrequired
UUTransaction ID
fromstringrequired
Address issuing the transaction
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
tostringrequired
Address receiving the transaction
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
amountstringrequired
Amount of transacted tokens
timestampstringrequired
Timestamp in which the transaction took place
txHashstringrequired
Hash identifier of the transaction on the blockchain
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{64}$
]
custodianstringrequired
Name of the custodian to which this account belongs
custodianDataobject
Account data provided by the custodian (varies depending on each custodian)
Account
{
"id": "0xdF4E4Aee51d2B9fDc7A8233C5BA3B497b9F670df",
"holdedTokens": [
{
"id": "da583b9e-9699-4aca-95b4-b6dcec58d5cc",
"amount": "849.0"
}
],
"transactions": [
{
"id": "da583b9e-9699-4aca-95b4-b6dcec58d5cc",
"uuid": null,
"from": "0x0000000000000000000000000000000000000000",
"to": "0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383",
"amount": "100000000000000000000",
"timestamp": 1728290530000,
"txHash": "0x3a4ac54d04df285410d7060a7be2f78b4250c39c17b290e43efec65a9b42e6b9"
}
],
"custodian": "string",
"custodianData": {}
}