{ "opencollection": "1.0.0", "info": { "name": "Account Status accounts transactions API", "version": "7.1.0" }, "items": [ { "info": { "name": "transactions", "type": "folder" }, "items": [ { "info": { "name": "getAccountsAccountNumberTransactions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_number/transactions", "params": [ { "name": "account_number", "value": "", "type": "path" }, { "name": "page-offset", "value": "", "type": "query" }, { "name": "per-page", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query", "description": "Currency" }, { "name": "sort", "value": "", "type": "query", "description": "The order to sort results in. Defaults to Desc, Accepts `Desc` or `Asc`." }, { "name": "sub-type", "value": "", "type": "query", "description": "Filter based on transaction_sub_type (example: sub-type[]={value1}&sub-type[]={value2})" }, { "name": "type", "value": "", "type": "query", "description": "Filter based on transaction_type" }, { "name": "types", "value": "", "type": "query", "description": "Allows filtering on multiple transaction_types (example: types[]={value1}&types[]={value2})" }, { "name": "action", "value": "", "type": "query", "description": "The action of the transaction. i.e. `Allocate`, `Buy`, `Buy to Close`, `Buy to Open`, `Sell`, `Sell to Close` or `Sell to Open`" }, { "name": "end-date", "value": "", "type": "query", "description": "The end date of transactions to query. Defaults to now." }, { "name": "futures-symbol", "value": "", "type": "query", "description": "The full TW Future Symbol `/ESZ9` or \\\n `/NGZ19` if two year digit are appropriate" }, { "name": "instrument-type", "value": "", "type": "query", "description": "The type of Instrument. i.e. `Bond`, `Cryptocurrency`, `Currency Pair`, `Equity`, `Equity Offering`, `Equity Option`, `Event Contract`, `Fixed Income Security`, `Future`, `Future Option`, `Index`, `Liquidity Pool`, `Unknown` or `Warrant`" }, { "name": "partition-key", "value": "", "type": "query", "description": "Account partition key" }, { "name": "start-date", "value": "", "type": "query", "description": "The start date of transactions to query." }, { "name": "symbol", "value": "", "type": "query", "description": "The Stock Ticker Symbol `AAPL`, OCC Option Symbol `AAPL 191004P00275000`, \\\n TW Future Symbol `/ESZ9`, or TW Future Option Symbol `./ESZ9 EW4U9 190927P2975`" }, { "name": "underlying-symbol", "value": "", "type": "query", "description": "The Underlying Symbol. The Ticker Symbol `FB` or \\\n TW Future Symbol with out date component `/M6E` or\n the full TW Future Symbol `/ESU9`" }, { "name": "end-at", "value": "", "type": "query", "description": "DateTime end range for filtering transactions in full date-time" }, { "name": "start-at", "value": "", "type": "query", "description": "DateTime start range for filtering transactions in full date-time" } ] }, "docs": "Returns a paginated list of the account's transactions (as identified by the provided authentication token)\n based on sort param. If no sort is passed in, it defaults to descending order." } ] } ], "bundled": true }