Pairs
POST
https://api.passimpay.io/v2/pairs
This method retrieves a list of available trading pairs for exchange.
Successful response
[
{"ids":"10-30","names":"BTC-LTC","min":100},
{"ids":"10-50","names":"BTC-BCH","min":100},
{"ids":"10-20","names":"BTC-ETH","min":100},
...
]
List Field Descriptions
Name
Description
ids
The currency IDs of the trading pairs.
names
The names of the trading pairs.
min
The minimum amount required for an exchange.
Last updated