Data Feeds
Fetch Historical Prices
Returns historical price data as tickers within a time range.
GET
Documentation Index
Fetch the complete documentation index at: https://pmxt-feat-series-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.
Path Parameters
The data feed provider.
Available options:
binance, chainlink Query Parameters
Trading pair (e.g. BTC/USD)
Start unix timestamp (seconds)
End unix timestamp (seconds)
Max records to return
Sort order
Available options:
asc, desc 
