curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/chains/{chainName}/balances
[
{
"networkId": 123,
"address": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"logoURI": "<string>",
"balance": 123,
"rawBalance": 123,
"price": 123,
"marketValue": 123
}
]
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/chains/{chainName}/balances
[
{
"networkId": 123,
"address": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"logoURI": "<string>",
"balance": 123,
"rawBalance": 123,
"price": 123,
"marketValue": 123
}
]
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
EVM
, SOL
, BTC
List of token balances
The response is of type object[]
.
Was this page helpful?