GetCopyTradeMy¶
Endpoint¶
GET /copytrade/my
Authorization¶
Requires SESSION_CUSTOMER.
Description¶
Returns copy masters and followers related to accounts owned by the authenticated customer.
Subscriptions are returned by the table endpoint GetCustomerSubscriptionsByFilter.
Response¶
{
"masters": [],
"followers": []
}
Errors¶
| HTTP | Error | Description |
|---|---|---|
401 |
INVALID_CUSTOMER_SESSION |
Customer session is missing or invalid |