GET
/
clearloop
/
settlements
/
{settlementId}
curl --request GET \
  --url https://api.copper.co/platform/clearloop/settlements/{settlementId}
{
  "completedAt": "<string>",
  "createdAt": "<string>",
  "cycleEndTimestamp": "<string>",
  "cycleStartTimestamp": "<string>",
  "deadline": "<string>",
  "exchange": "<string>",
  "exchangeId": "<string>",
  "failureReason": "<string>",
  "settlementDetails": [
    {
      "clientAccountId": "<string>",
      "exchangeSettlementId": "<string>",
      "organizationId": "<string>",
      "portfolioId": "<string>",
      "settlementInstructions": [
        {
          "balance": "<string>",
          "blockchainTransactionId": "<string>",
          "currency": "<string>",
          "orderId": "<string>",
          "orderStatus": "new",
          "settlementAmount": "<string>",
          "settlementAmountUSD": "<string>",
          "settlementInstructionId": "<string>",
          "status": "new"
        }
      ]
    }
  ],
  "settlementId": "<string>",
  "settlementStatus": "new"
}

Path Parameters

settlementId
string
required

Response

200
application/json
OK

The response is of type object.