curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/wallets/{address}/perp-trades?apiKey='{
"address": "<string>",
"data": [
{
"timestamp": 123,
"market_id": "<string>",
"venue": "<string>",
"signature": "<string>",
"side": "long",
"size": 123,
"price": 123,
"fee": 123,
"position_pubkey": "<string>"
}
],
"count": 123
}curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/wallets/{address}/perp-trades?apiKey='{
"address": "<string>",
"data": [
{
"timestamp": 123,
"market_id": "<string>",
"venue": "<string>",
"signature": "<string>",
"side": "long",
"size": 123,
"price": 123,
"fee": 123,
"position_pubkey": "<string>"
}
],
"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.