GET
/
sdk
/
{environmentId}
/
chains
/
{chainName}
/
balances

Path Parameters

environmentId
string
required

ID of the environment

chainName
enum<string>
required
Available options:
EVM,
SOL

Query Parameters

networkId
enum<number>
Available options:
0,
1,
10,
137,
42161,
8453
accountAddress
string
required
includePrices
boolean
includeNative
boolean

Response

200 - application/json
networkId
integer
address
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

name
string
required
symbol
string
required
decimals
integer
required
logoURI
string
required
balance
number
required
rawBalance
number
required
price
number
marketValue
number

Was this page helpful?