How to get Balances for a specific Account
Request
{
"account": "123e4567-e89b-12d3-a456-426614174000",
"timestamp": 1743110400000
}Response (200 OK)
{
"account": "123e4567-e89b-12d3-a456-426614174000",
"name": "Test Account",
"ownerId": "987fcdeb-51a2-43d7-9b8c-234567890abc",
"balances": [
{
"currency": "USDT_TRX",
"amount": 1500.75
},
{
"currency": "BTC",
"amount": 0.025
},
{
"currency": "ETH",
"amount": 1.5
}
]
}Last updated

