Get balance
Token Management
Balance
Retrieves the token balance for a specific wallet address on the blockchain. To use this endpoint, you’ll need the token-address that was returned by the createAndMintToken endpoint when the token was initially created. This token-address acts as an identifier within OmniSafe for the specific token you are querying. The owner parameter specifies the wallet address for which you want to retrieve the token balance.
GET
Get balance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The address of the token, ETH for Ethereum.
The address of the owner.
Response
200 - application/json
Wallet balance
The response is of type number.