Get Settlement Print
get_settlement_printRetrieve the recorded signed index print closest to a requested time. Use deltaMs to check distance, and preserve priceText and kid for later verification.
Instructions
Get the recorded signed index print nearest a requested time from /api/index/v1/print. Accepts ISO-8601 or epoch milliseconds. Check deltaMs: it is the distance between your requested time and the sampled print. Sampling and retention are bounded; a recorded print need not equal a separate live read. Preserve priceText and kid when present for verify_print. deltaMs and other metadata are not signed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | ||
| symbol | Yes | Crypto ticker symbol, e.g. BTC, ETH, SOL |