v1

latestOpenAPI 3.0.3Bity2026-08-06148380.1 KB
Currencies

List currency pairs

Gets a list of all the currency pairs that can be traded through the Bity platform.

get/pairs

Query parameters

inputstring

Retrieve all pairs for given input currency code. This parameter can be repeated several times to match many input currencies.

outputstring

Retrieve all pairs for given output currency code. This parameter can be repeated several times to match many output currencies.

enabledstring

Retrieve all pairs that are enabled for trading or not.

Response

Successful operation

Example response

{
  "pairs": [
    {
      "enabled": true,
      "input": "BTC",
      "output": "CHF"
    }
  ]
}