Locates
Get locate order
Get locate order by its unique locate order ID.
get/accounts/{account_id}/locate-orders/{locate_order_id}
Path parameters
account_idstring required
Account ID for the account.
Example:100000
locate_order_idstring required
Unique locate ID assigned by us.
Example:12390213
Response
Successful response
Example response
{
"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"
}