Skip to main content
GET
/
api
/
v1
/
markets
/
price
Get market price
curl --request GET \
  --url https://carboncopy.inc/api/v1/markets/price \
  --header 'Authorization: Bearer <token>'
{
  "tokenId": "<string>",
  "price": 0.62,
  "timestamp": 123
}

Authorizations

Authorization
string
header
required

API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.

Query Parameters

tokenId
string
required

Numeric Polymarket token ID.

atTime
string

ISO 8601 timestamp or Unix seconds for historical price. Omit for current price.

Response

Token price data.

tokenId
string
price
number

Price (0–1).

Example:

0.62

timestamp
integer

Unix ms of the price.