Retrieve native wallet balance
How to retrieve the native balance of a wallet.
1. Get native balance by wallet id
id
Request Endpoint: reference
GET /api/wallets/{walletId}/balance
Parameter | Param Type | Description | Data Type | Mandatory |
---|---|---|---|---|
{walletId} | Path | The ID of the wallet | String | ✅ |
2. Get native balance by blockchain and wallet address
Request Endpoint: reference
GET /api/wallets/{secretType}/{walletAddress}/balance
Parameter | Param Type | Description | Data Type | Mandatory |
---|---|---|---|---|
{secretType} | Path | Indication on which chain the balance should be fetched | String | ✅ |
{walletAddress} | Path | The address of the wallet | String | ✅ |
Updated 10 days ago