curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets/{market_id}/trades?apiKey='{
"market_id": "<string>",
"data": [
{
"timestamp": 123,
"slot": 123,
"signature": "<string>",
"signer": "<string>",
"side": "long",
"size": 123,
"price": 123,
"fee": 123
}
],
"count": 123
}Recent fills on a perp market, sorted newest-first.
curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets/{market_id}/trades?apiKey='{
"market_id": "<string>",
"data": [
{
"timestamp": 123,
"slot": 123,
"signature": "<string>",
"signer": "<string>",
"side": "long",
"size": 123,
"price": 123,
"fee": 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 <= 1000