{ "opencollection": "1.0.0", "info": { "name": "TD Ameritrade Accounts and Trading Transaction History API", "version": "3.0.1" }, "items": [ { "info": { "name": "Transaction History", "type": "folder" }, "items": [ { "info": { "name": "APIs to access transaction history on the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.tdameritrade.com/v2/accounts/:accountId/transactions/:transactionId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "transactionId", "value": "", "type": "path", "description": "Transaction ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Transaction for a specific account." }, { "info": { "name": "APIs to access transaction history on the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.tdameritrade.com/v2/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "type", "value": "", "type": "query", "description": "Only transactions with the specified type will be returned." }, { "name": "symbol", "value": "", "type": "query", "description": "Only transactions with the specified symbol will be returned." }, { "name": "startDate", "value": "", "type": "query", "description": "Only transactions after the Start Date will be returned. Note: The maximum date range is one year. Valid ISO-8601 formats are: yyyy-MM-dd." }, { "name": "endDate", "value": "", "type": "query", "description": "Only transactions before the End Date will be returned. Note: The maximum date range is one year. Valid ISO-8601 formats are: yyyy-MM-dd." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Transactions for a specific account." } ] } ], "bundled": true }