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"
}
]
}