GET
/
currency-pairs
/
{walletId}
curl --request GET \
  --url https://gateway.varchev.com/wallet/currency-pairs/{walletId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "tenantId": "<string>",
    "baseCurrency": "<string>",
    "quoteCurrency": "<string>",
    "pair": "<string>",
    "baseCurrencyId": "<string>",
    "quoteCurrencyId": "<string>",
    "pairDecimals": 123,
    "lotDecimals": 123,
    "minimumVolume": 123
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

walletId
string
required

Response

200 - application/json

Get all currency pairs

The response is of type object[].