GET
/
v1
/
tokens
/
{token-address}
/
{owner}
curl --request GET \
  --url https://omnisafe.sandbox.ecrop.de/omni-safe/v1/tokens/{token-address}/{owner} \
  --header 'Authorization: Bearer <token>'
123

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token-address
string
required

The address of the token, ETH for Ethereum.

owner
string
required

The address of the owner.

Response

200 - application/json
Wallet balance

The response is of type number.