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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The address of the token, ETH for Ethereum.
The address of the owner.
Wallet balance
The response is of type number
.