GET
/
markets
List Markets
curl --request GET \
  --url https://api.paxos.com/v2/markets
{
  "markets": [
    {
      "market": "BTCUSD",
      "base_asset": "BTC",
      "quote_asset": "USD",
      "tick_rate": "0.25"
    }
  ]
}

Response

200 - application/json

A successful response.

The response is of type object.