Skip to main content
GET
Price at a specific timestamp
Building an algorithmic trading bot? For instant, real-time delivery of target prices the moment each window opens — with no polling and no rate limits — use the WebSocket API instead. Connect once, subscribe to your assets, and receive prices pushed directly to you as each market window starts.

Query Parameters

asset
enum<string>
required
Available options:
btc,
eth,
sol,
xrp,
hype,
doge,
bnb
type
enum<string>
required

Market interval type.

Available options:
5min,
15min,
1hour,
4hour,
daily
timestamp
integer
required

Unix timestamp (seconds). Any timestamp within the target window works.

Example:

1744027500

Response

Price for the requested window