curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/wallets/{address}/perp-liquidations?apiKey='{
"address": "<string>",
"data": [
{
"timestamp": 123,
"slot": 123,
"market_id": "<string>",
"venue": "<string>",
"signature": "<string>",
"position_pubkey": "<string>",
"side": "long",
"size_closed": 123,
"oracle_price": 123,
"fee": 123
}
],
"count": 123
}Liquidation events where the wallet was the position signer.
curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/wallets/{address}/perp-liquidations?apiKey='{
"address": "<string>",
"data": [
{
"timestamp": 123,
"slot": 123,
"market_id": "<string>",
"venue": "<string>",
"signature": "<string>",
"position_pubkey": "<string>",
"side": "long",
"size_closed": 123,
"oracle_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.