Timeseries endpoints (snapshots, quotes, prices) use cursor pagination. Lightweight resource lists (markets, tiers) use unpaginated skip style.Documentation Index
Fetch the complete documentation index at: https://polyfeed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cursor format
Thecursor query param is an opaque base64url string — do not parse. Encodes (timestamp_ms, id) for stable keyset pagination.
Request
Response
Continuation
nextCursor is null or absent, you have reached the end.
Limits
limit: 1 to 1000, default 100.- Combine
cursorwithfrom/toto constrain time window.
At-timestamp lookups
For “closest snapshot to time X” use the/at/{ts} sibling routes — they return a single nearest record by abs(timestamp - target), no cursor.