Balances

Returns list of token balances that a wallet has.

ℹ️

This endpoint is available on Defined Growth and Enterprise Plans

ℹ️

This endpoint is only available on Ethereum (network ID 1).

Endpoint: balances

Method: POST

Arguments

NameTypeDescription
inputBalancesInput!

Required

NameTypeDescription
cursorString

A cursor for use in pagination.

filterTokenString

Optional token specifically request the balance for

walletIdString!

The ID of the wallet (walletAddress:networkId).

Required

Response

NameTypeDescription
cursorStringA cursor for use in pagination.
items[Balance!]!The list of token balances that a wallet has.

Explore