Poll a copy operation's outcome
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Returns the terminal outcome of a copy request for register, add or remove funds, looked up by the referenceID supplied on the copy request. The lookup is case-sensitive and scoped to the authenticated account. On success the response carries the mirrorID used to close the copy later; parentCID and parentUsername are either both present or both absent. This endpoint returns only the status of the copy request, not the status of the mirror sub-portfolio. For sub-portfolio status use a portfolio endpoint.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
A unique request identifier.
"43a51960-03be-424e-9f51-65446ae76d57"
Path Parameters
The referenceID supplied on the copy request (max 35 characters, case-sensitive).
Response
Terminal operation outcome
Terminal outcome of a copy operation. Fields with no value are omitted from the response rather than sent as null.
The caller-supplied operation reference this status answers.
Whether the copy operation completed successfully.
The copy relationship the operation created or edited — the id used to close it. Present only when isSuccess is true.
The copied investor's account id. Either both parentCID and parentUsername are present, or both are absent.
The copied investor's username. Either both parentCID and parentUsername are present, or both are absent.
Machine-readable error code when the operation failed. Values are not currently enumerated — treat as opaque diagnostic data.
Human-readable failure reason when the operation failed.