Skip to main content
GET
/
currency-pairs
/
{walletId}
Get all currency pairs
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

id
string
required
tenantId
string
required
baseCurrency
string
required
quoteCurrency
string
required
pair
string
required
baseCurrencyId
string
required
quoteCurrencyId
string
required
pairDecimals
number
required
lotDecimals
number
required
minimumVolume
number
required