GET
/
v1
/
public
/
get_account_balance
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_account_balance
[
  {
    "amount": 123,
    "amount_wei": "<string>",
    "instrument_name": "<string>"
  }
]

Query Parameters

instrument_name
string
required
wallet_address
string
required

Response

200 - application/json
Get account balance
amount
number
required
amount_wei
string
required
instrument_name
string
required