Skip to main content
GET
Get Balance for Multiple Addresses in a Single Call

Query Parameters

module
enum<string>
required

Module name (must be 'account')

Available options:
account
action
enum<string>
required
Available options:
balancemulti
address
string[]
required

Comma-separated list of addresses (max 20)

Maximum array length: 20

40-character hexadecimal address hash with 0x prefix

Pattern: ^0x[a-fA-F0-9]{40}$

Response

200 - application/json

Balances retrieved successfully

status
enum<string>

Status code (1 = OK)

Available options:
1
message
string

Response message

Example:

"OK"

result
object[]