Retrieve native wallet balance

How to retrieve the native balance of a wallet.

1. Get native balance by wallet id

Request Endpoint: reference

GET /api/wallets/{walletId}/balance
ParameterParam TypeDescriptionData TypeMandatory
{walletId}PathThe ID of the walletString

2. Get native balance by blockchain and wallet address

Request Endpoint: reference

GET /api/wallets/{secretType}/{walletAddress}/balance
ParameterParam TypeDescriptionData TypeMandatory
{secretType}PathIndication on which chain the balance should be fetchedString
{walletAddress}PathThe address of the walletString