Balance
get
Retrieves the wallet balance for a given address.
Authorizations
AuthorizationstringRequired
Path parameters
addressstringRequired
- The wallet address to retrieve the balance for.
Query parameters
chainstringRequired
- The blockchain network to query.
excludeNativebooleanOptional
- Optional flag to exclude native currency from the balance.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to a WalletBalanceAPIResponse object containing the balance data.
application/json
Interface representing the response from the Wallet Balance API.
successbooleanRequired
The success status of the operation.
messagestringRequired
The message associated with the operation.
addressstringOptional
The address associated with the operation.
get
/data/{address}/balance200
A promise that resolves to a WalletBalanceAPIResponse object containing the balance data.