Skip to content

Get aggregated balance (tokens + CEX)

GET
/v1/asset/balance
curl --request GET \
--url https://api.parasta.io/v1/asset/balance \
--header 'Authorization: Bearer <token>'
networkId
string
tokenId
string

OK

Media type application/json
object
totalValueKrw
string
tokens
Array<object>
object
tokenId
string
symbol
string
decimals
integer
iconUrl
string
balances
Array<object>
object
networkId
string
balance
string
displayBalance
string
valueKrw
string
totalDisplayBalance
string
totalValueKrw
string
cexAccounts
Array<object>
object
cexAccountId
string
provider
string
label
string
balances
Array<object>
object
asset
string
free
string
locked
string
valueKrw
string
lastSyncAt
string format: date-time
lastSyncAt
string format: date-time
Example generated
{
"totalValueKrw": "example",
"tokens": [
{
"tokenId": "example",
"symbol": "example",
"decimals": 1,
"iconUrl": "example",
"balances": [
{
"networkId": "example",
"balance": "example",
"displayBalance": "example",
"valueKrw": "example"
}
],
"totalDisplayBalance": "example",
"totalValueKrw": "example"
}
],
"cexAccounts": [
{
"cexAccountId": "example",
"provider": "example",
"label": "example",
"balances": [
{
"asset": "example",
"free": "example",
"locked": "example",
"valueKrw": "example"
}
],
"lastSyncAt": "2026-04-15T12:00:00Z"
}
],
"lastSyncAt": "2026-04-15T12:00:00Z"
}

Please contact your representative. 담당자에게 문의해주세요.