Crypto Balances
Retrieving all crypto balances

The numbers below correspond with the numbers in the display made to retrieve these items for your frontend
GET /v1/wallets/{walletId}/crypto-balances
//Sample Response
{
"network": "mainnet",
"assetType": "ether",
"address": "0x555d6b6936984eF0Ce28bd8323C3c1A880510e49",
"totalBalance": 20.53423456
}
Updated 10 months ago