---
title: "List Prices"
method: GET
path: "/all-markets/prices"
tags: ["Pricing"]
---

# List Prices

`GET /all-markets/prices`

Retrieve current prices, as well as 24 hour prior (yesterday) prices, for the specified markets.
Any single market that failed to be retrieved is excluded from the response.

## Query parameters

- `markets` string[], required

## Response `200`

A successful response.

- ListPricesResponse
  - `items` Pricing[]
    - `market` 'ETHUSD' | 'BTCUSD' | 'PAXGUSD' | 'BCHUSD' | 'LTCUSD' | 'USDPUSD' | 'LINKUSD' | 'AAVEUSD' | 'UNIUSD' | 'PEPEUSD' | 'TRUMPUSD' | 'SHIBUSD' | 'ARBUSD' | 'BONKUSD' | 'ENAUSD' | 'MNTUSD' | 'ONDOUSD' | 'PENGUUSD' | 'QNTUSD' | 'RENDERUSD' | 'SKYUSD' | 'WIFUSD' | 'WLDUSD' | 'DOGEUSD' | 'AVAXUSD' | 'SUIUSD' | 'POLUSD' | 'XLMUSD' | 'BNBUSD'
    - `current_price` string, decimal — The current price for the given market.
    - `yesterday_price` string, decimal — The one-minute average price from 24 hours ago. Updates once per minute.
    - `snapshot_at` string, date-time — The time when the price was generated. RFC3339 format, like `2023-01-03T18:27:40.294528Z`.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
