Market microstructure
derived$0.01 / call
What it measures
Derived microstructure statistics (e.g. spread and depth summaries) computed from public order-book snapshots.
Fields returned
- symbol
- spread_bps
- depth_usd
- imbalance
Example response
Example shape — values are placeholders, not live data.
{
"metric": "market-microstructure",
"as_of": "<iso8601>",
"rows": [
{ "symbol": "BTC-PERP", "spread_bps": 0.0, "depth_usd": 0 }
]
}Example request
curl -H "X-API-Key: $SATELINK_KEY" \
https://rpc.satelink.network/v1/intelligence/market-microstructure