GET
/
all-markets
/
prices
List Prices
curl --request GET \
  --url https://api.paxos.com/v2/all-markets/prices
{
  "prices": [
    {
      "market": "BTCUSD",
      "current_price": "16627.62",
      "yesterday_price": "16703.29",
      "snapshot_at": "2023-01-03T18:27:40.294528Z"
    },
    {
      "market": "ETHUSD",
      "current_price": "1206.93",
      "yesterday_price": "1216.55",
      "snapshot_at": "2023-01-03T18:27:40.294528Z"
    }
  ]
}

Query Parameters

markets
enum<string>[]
required

Response

200 - application/json

A successful response.

The response is of type object.