get
https://api.connex.trade/api/v1/trading/archive/executions/pageable
Get transactions from the past 7 to 90 days.
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- 20 requests per 1 seconds
Request
| Name | Type | Mandatory | Description |
|---|---|---|---|
| orderId | String | N | Order ID |
| sym | String | N | Trading pair unique identifier , example BINANCE_SPOT_BTC_USDT, BINANCE_PERP_BTC_USDT |
| exchange | String | N | Exchange type(BINANCE,OKX) |
| businessType | String | N | Business type(For example SPOT) |
| begin | String | N | Start time,default is to query data that is up to 90 days ago |
| end | String | N | End time |
| page | String | N | Current page |
| pageSize | String | N | Limit(Default 1000, max 1000) |
Response
| Field | Type | Remark |
|---|---|---|
| transactionId | String | Transaction ID |
| portfolioId | String | Portfolio ID |
| orderId | String | Order ID |
| clientOrderId | String | Customer defined order ID |
| exchangeType | String | ExchangeType(BINANCE、OKX) |
| businessType | String | BusinessType |
| sym | String | Trading pair unique identifier |
| side | String | Side |
| quantity | String | Filled quantity |
| price | String | Filled price |
| tradingFee | String | Trading fee |
| tradingFeeCoin | String | Trading fee coin |
| execType | String | "MAKER" or "TAKER" |
| rpnl | String | Realized PNL |
| createAt | String | Transactions create time |
