GET
/
api
/
v1
/
vault
/
all
cURL
curl --request GET \
  --url https://apiserver.beratrade.io/api/v1/vault/all
{
  "body": [
    {
      "address": "<string>",
      "balances": {
        "base": "<string>",
        "quote": "<string>"
      }
    }
  ],
  "message": "<string>",
  "status": 123
}

Returns a list of all vaults available on the platform.

Response

200
application/json

List of all vaults

The response is of type object.