Market Data API
Public market-data endpoints for prices, indicators, and market analysis.
Last updated
Was this helpful?
Was this helpful?
{
"header": {
"event_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2023-12-07T10:30:00Z"
},
"market": "BTCUSD",
"price": "35000.50000000"
}GET /data/momentum{
"Market": {
"Base": "btc",
"Quote": "usd"
},
"Value": "0.0023",
"Time": "2025-09-30T15:40:54.455631184Z"
}GET /data/std{
"Market": {
"Base": "btc",
"Quote": "usd"
},
"Value": "145.67",
"Time": "2025-09-30T15:40:54.455631184Z"
}GET /data/vwma{
"Market": {
"Base": "btc",
"Quote": "usd"
},
"Value": "35250.45",
"Time": "2025-09-30T15:40:54.455631184Z"
}