List trades
GET /api/v1/tradesFills for the authenticated account.
Responses
Section titled “Responses”| Status | Description | Schema |
|---|---|---|
200 |
Success | object |
401 |
Missing, malformed or unrecognised signature, or a timestamp outside the 30-second window. Body: {“error”:“Missing or invalid API key credentials”} | Error |
422 |
The request was authenticated but rejected — for example a price above 99 cents. | Error |
Example
Section titled “Example”curl --request GET \ --url 'https://demo.stxapp.io/api/v1/trades' \ --header 'STX-ACCESS-KEY: <key-id>' \ --header 'STX-ACCESS-TIMESTAMP: <unix-ms>' \ --header 'STX-ACCESS-SIGNATURE: <base64-ed25519>'
