Skip to main content
GET
Wallet balances

Query Parameters

chainId
number

Chain ID of the network to execute the transaction on

Example:

1

eoaAddress
string
default:0x93621DCA56fE26Cdee86e4F6B18E116e9758Ff11
required

Address of the eoa with which to associate the ensoWallet for balances

useEoa
boolean
default:false
required

If true returns balances for the provided eoaAddress, instead of the associated ensoWallet

Response

200 - application/json
token
string
required

The address of the token

amount
string
required

The unformatted balance of the token

Example:

"0x0000000"

chainId
number
required

Chain ID of the network

decimals
number
required

The unformatted balance of the token

Example:

18

price
string
required

Price of the token in usd

Example:

"0.0"

name
string
required

Name of the token

symbol
string
required

Symbol of the token

logoUri
string
required

Logo of the token