cURL
curl --request GET \ --url https://api.paxos.com/v2/markets
{ "markets": [ { "market": "BTCUSD", "base_asset": "BTC", "quote_asset": "USD", "tick_rate": "0.25" } ] }
Retrieves the set of current available markets for trading with details.
A successful response.
Show child attributes
Was this page helpful?