GET/api/snapshot/latest

Get Latest Snapshots

Returns the 5 most recent snapshots. Useful for checking data freshness.

Query Parameters

cryptostring
Filter by crypto
timeframestring
Filter 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
  }
]
Get Latest Snapshots — API Docs | Resolved Markets