Skip to main contentTrades overview
Use the trades endpoints to audit fills that executed against your Forkast orders. Every response is scoped to the authenticated L2 account, so you only see trades where your wallet or API key participated.
Authentication
All trade queries require the L2 headers:
FORKAST_ADDRESS
FORKAST_SIGNATURE
FORKAST_TIMESTAMP
FORKAST_API_KEY
FORKAST_PASSPHRASE
Refer to the Authentication overview for minting credentials.
Available endpoints
GET /data/trades — filter and page through trades where your account acted as maker or taker.
Future revisions will add aggregate views and on-chain settlement metadata as those signals become available in the API.