GET /secure/trades
Returns trades the merchant initiated through/secure/sell or /secure/buy. End-user (client) trades are not included on this endpoint — clients can fetch their own trade history via /client/trades with a client token.
Authentication: Merchant API Key (api-key header)
Scope: CORE_ACCESS
Request
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
cursor | string | — | Cursor from previous page’s nextCursor |
limit | number | 20 | Page size (max 100) |
type | string | — | Filter by "deposit" or "withdraw" |
game | string | "730" | Filter by game ID |
Response
source: "self". Use nextCursor to fetch the next page; null means the list is exhausted.
Rate Limits
| Merchant Status | Limit |
|---|---|
| Verified | 3,000 requests / min |
| Unverified | 100 requests / min |