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