Skip to main content
GET
/
clearloop
/
actions
/
{actionId}
Get ClearLoop Action by ID
curl --request GET \
  --url https://api.copper.co/platform/clearloop/actions/{actionId}
{
  "action": "<string>",
  "amount": "<string>",
  "clientAccountId": "<string>",
  "completedAt": "<string>",
  "createdAt": "<string>",
  "currency": "<string>",
  "delegatedOrganizationId": "<string>",
  "orderId": "<string>",
  "organizationId": "<string>",
  "status": "<string>",
  "usdAmount": "<string>"
}

Path Parameters

actionId
string
required

Response

OK

action
string
required

Type of action performed: add-funds (delegate) or remove-funds (undelegate)

amount
string
required

Amount of funds involved in the action

clientAccountId
string
required

Unique identifier of the client’s exchange account

createdAt
string
required

Unix timestamp (in milliseconds) when the action was initiated

currency
string
required

Currency in which the action was performed

delegatedOrganizationId
string
required

Identifier of the organisation on the exchange to which the balance is delegated

organizationId
string
required

Identifier of the client organisation initiating the action

completedAt
string

Unix timestamp (in milliseconds) when the action was completed

orderId
string

Unique identifier of the order associated with the action

status
string

Status of the action (e.g. executed)

usdAmount
string

USD equivalent of the amount at the time of execution