Skip to main content
GET
/
api
/
v1
/
pfun
/
{market_id}
/
exchange_prices
[
  {
    "exchange": "<string>",
    "market_id": "<string>",
    "price": 123,
    "yes_bid": 123,
    "yes_ask": 123,
    "last_update": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

market_id
string
required

Pfun market identifier

Query Parameters

limit
integer
default:10

Maximum number of rows to return (default: 10, max: 10,000)

Required range: x <= 10000

Response

Ticker/price history data

exchange
string

Exchange identifier

market_id
string

Market identifier

price
number

Current price

yes_bid
number

Best bid price for YES outcome

yes_ask
number

Best ask price for YES outcome

last_update
string<date-time>

Timestamp of this ticker update