Locates
List locate orders
List all locate orders
get/accounts/{account_id}/locate-orders
Path parameters
account_idstring required
Account ID for the account.
Example:100000
Response
Successful response
Example response
{
"data": [
{
"locate_order_id": "12390213",
"mpid": "CLST",
"account_id": "100000",
"account_number": "ACC0001",
"symbol": "AAPL",
"requested_quantity": "100",
"locate_id": "12390213",
"borrow_rate": "0.23",
"located_quantity": "100",
"total_cost": "123.99",
"reference_id": "my-order-id-123"
}
]
}