Live Mark Dislocations
live_mark_dislocationsRetrieve historical mark/oracle dislocation data to detect basis stress or oracle drift before liquidations, returning timestamped prices and basis percentages for up to 30 days.
Instructions
Get historical mark/oracle dislocation data for a coin. Use this to answer questions like 'did basis stress or oracle drift show up before liquidations?'. Returns timestamped mark price, oracle price, and basis percentage over the last 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH, SOL). For builder dex markets use prefix:COIN | |
| hours | No | Number of hours of history to return (default 168 = 7 days, max 720 = 30 days) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |