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

Query Parameters

currency
string
required
wallet_address
string
required

Response

200 - application/json
Get account collateral
amount
number
required
base_currency
string
required
wallet_address
string
required