curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets/{market_id}/oi?apiKey='{
"market_id": "<string>",
"data": [
{
"timestamp": 123,
"long_oi_usd_e6": 123,
"short_oi_usd_e6": 123,
"position_count": 123
}
],
"count": 123
}Long/short open-interest in USD micros (e6) per minute, plus open-position count.
curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets/{market_id}/oi?apiKey='{
"market_id": "<string>",
"data": [
{
"timestamp": 123,
"long_oi_usd_e6": 123,
"short_oi_usd_e6": 123,
"position_count": 123
}
],
"count": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
Start timestamp (Unix ms).
End timestamp (Unix ms).
1 <= x <= 2000