cURL
curl --request GET \ --url https://api.ripio.com/trade/public/pairs
{ "data": [ { "amount_tick": 0.0001, "base": "BTC", "base_name": "Bitcoin", "enabled": true, "min_amount": 0.0005, "min_value": 10, "price_tick": 1, "quote": "BRL", "quote_name": "Brazilian real", "symbol": "BTC_BRL", "countries": [ "BR" ], "max_price_variation": 10 } ], "error_code": null, "message": null }
Lists the active currency pairs available in the platform.
Currency pair code
"BTC_BRL"
Countries (One or many, use "," to separate)
"BR,AR"
Ok
Show child attributes
null