Copy Trades
Copy Orders
Retrieve copy orders of copy position
GET
Authentication
This endpoint requires authentication using a JWT token in the Authorization header.
JWT token in the format: Authorization {token}
Path Parameters
Unique identifier of the copy position to retrieve orders for
Request Example
Response
The API returns an array of order objects for the specified copy position, sorted by creation date (newest first).
Array of copy order objects