Trades
Get trade
Get trade a trade by its unique trade ID.
get/accounts/{account_id}/trades/{trade_id}
Path parameters
account_idstring required
Account ID for the account.
Example:100000
trade_idstring required
Unique trade ID assigned by us.
Example:12390213
Response
Successful response
Example response
{
"account_id": "100000",
"account_number": "ACC0001",
"trade_id": "12390213",
"order_id": "12390213",
"symbol": "AAPL",
"quantity": "100",
"price": "123.99",
"running_position": "100"
}