GET
/api/snapshot/latestGet Latest Snapshots
Returns the 5 most recent snapshots. Useful for checking data freshness.
Query Parameters
cryptostringFilter by crypto
timeframestringFilter by timeframe
Response
200401403404500
Successful Response
Code Snippet
curl -X GET "https://api.resolvedmarkets.com/api/snapshot/latest" \ -H "X-API-Key: YOUR_API_KEY"
200
[
{
"crypto": "BTC",
"timeframe": "5m",
"token_side": "UP",
"best_bid": 0.52,
"best_ask": 0.53,
"mid_price": 0.525
}
]