🆕Smart Money Perp Trades
Authorizations
apiKeystringRequired
API key for authentication
Body
filtersany ofOptionalExample:
Additional filters to apply. Only filters for columns that are being selected will be applied.
{"action":"Buy - Add Long","side":"Long","token_symbol":"BTC","type":"Limit","value_usd":{"max":10000,"min":1000}}only_new_positionsany ofOptionalDefault:
When True, includes 'Open' position actions (Open Long, Open Short). Can be combined with other action filters using OR logic (union). When False (default), returns all trades.
falseExample: truebooleanOptional
order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "value_usd", "direction": "DESC"}] - Sort by trade value descending
- [{"field": "block_timestamp", "direction": "ASC"}] - Sort by timestamp ascending
- [{"field": "token_amount", "direction": "DESC"}, {"field": "block_timestamp", "direction": "ASC"}] - Sort by token amount descending, then timestamp ascending
Responses
200
Smart money perpetual trades data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/smart-money/perp-tradesLast updated
Was this helpful?