get https://api.liquiditytech.com/api/v1/algo/executions
Rate Limit: 5 requests per 10 seconds
Get transactions.
Request
| Name | Type | Mandatory | Description |
|---|---|---|---|
| algoOrderId | String | Y | Algo order ID |
| page | String | N | Current page(Default 1) |
| pageSize | String | N | Page size(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 |
