Get Accounts

GET

Get Accounts

Account balances, positions, and orders for all linked accounts.

Resource URL

https://api.tdameritrade.com/v1 /accounts

Query Parameters

Name Values Description
fields

Balances displayed by default, additional fields can be added here by adding positions or orders

Example:
fields=positions,orders

Header Parameters

Name Values Description
Authorization

Supply an access token to make an authenticated request. The format is Bearer <access token>.

Try it out !!

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Response Summary

Resource Error Codes

HTTP Code

Description

400

An error message indicating the validation problem with the request.

401

An error message indicating the caller must pass a valid AuthToken in the HTTP authorization request header.

500

An error message indicating there was an unexpected server error.

403

An error message indicating the caller is forbidden from accessing this page.

207

Indicates there was a problem getting account data for one or more linked accounts, but the accounts who's data returned successfully is in the response. Do not aggregate balances and positions for this case.

Working...