Get summary of token balances
POST/ronin/tokens/balances/summary
Get the summary of token balances for the specified owner address.
Request
- application/json
Body
required
Request body
includes string[]
Optional, the only accepted value is RON
. Otherwise, treat like an empty array.
ownerAddress stringrequired
Optional
tokenStandards string[]required
Possible values: <= 3
Optional
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
balance string
contractAddress string
decimals integer
ownerAddress string
tokenId string
tokenName string
tokenStandard string
tokenSymbol string
paging
object
nextCursor string
total integer
{
"items": [
{
"balance": "string",
"contractAddress": "string",
"decimals": 0,
"ownerAddress": "string",
"tokenId": "string",
"tokenName": "string",
"tokenStandard": "string",
"tokenSymbol": "string"
}
],
"paging": {
"nextCursor": "string",
"total": 0
}
}
Invalid parameter
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...