Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit cbabcbc

Browse files
authored
Merge pull request #114 from kareemsabri/patch-1
Fix retrieve order by client order id path
2 parents 87d0a5c + 8fa8a37 commit cbabcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api-references/trading/orders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The requested Order object
246246

247247
## **Getting an Order By Client Order ID**
248248

249-
`GET /v1/trading/accounts/{account_id}/orders/:client_order_id`
249+
`GET /v1/trading/accounts/{account_id}/orders:by_client_order_id`
250250

251251
Retrieves a single order for the given `client_order_id`.
252252

0 commit comments

Comments
 (0)