Account
idstring
Account ID of the custodian
Example:
0xdF4E4Aee51d2B9fDc7A8233C5BA3B497b9F670df
holdedTokens object[]
Array [
idstring
Token ID
amountstring
Token amount
]
transactions object[]
Array [
uuidstring
UUTransaction ID
fromstring
Address issuing the transaction
tostring
Address receiving the transaction
amountstring
Amount of transacted tokens
timestampstring
Timestamp in which the transaction took place
txHashstring
Hash identifier of the transaction on the blockchain
]
custodianstring
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": {}
}