Skip to main content
GET
/
v1
/
{coin}
/
prices
/
:source
List price ticks
curl --request GET \
  --url https://api.polyfeed.dev/v1/{coin}/prices/:source
{
  "data": [
    {
      "id": "385294",
      "symbol": "btc",
      "source": "binance",
      "price": 80510.6,
      "timestamp": "2026-05-12T17:59:18.795Z"
    }
  ],
  "nextCursor": "<string>"
}

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.

Path Parameters

coin
string
required
source
enum<string>
required
Available options:
binance,
chainlink

Query Parameters

from
integer
Required range: x >= 0
to
integer
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 1000
cursor
string
Minimum string length: 1

Response

200 - application/json

OK

data
object[]
required
nextCursor
string | null
required