curl --request GET \
--url https://api.copper.co/platform/clearloop/settlements{
"pagination": {
"limit": "<string>",
"page": "<string>",
"pages": "<string>",
"totalItems": "<string>"
},
"settlements": [
{
"completedAt": "<string>",
"createdAt": "<string>",
"custodian": "<string>",
"cycleEndTimestamp": "<string>",
"cycleStartTimestamp": "<string>",
"deadline": "<string>",
"exchange": "<string>",
"exchangeId": "<string>",
"failureReason": "<string>",
"settlementDetails": [
{
"clientAccountId": "<string>",
"exchangeSettlementId": "<string>",
"organizationId": "<string>",
"pnlAttributionEndTimestamp": "<string>",
"pnlAttributionStartTimestamp": "<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"
}
]
}curl --request GET \
--url https://api.copper.co/platform/clearloop/settlements{
"pagination": {
"limit": "<string>",
"page": "<string>",
"pages": "<string>",
"totalItems": "<string>"
},
"settlements": [
{
"completedAt": "<string>",
"createdAt": "<string>",
"custodian": "<string>",
"cycleEndTimestamp": "<string>",
"cycleStartTimestamp": "<string>",
"deadline": "<string>",
"exchange": "<string>",
"exchangeId": "<string>",
"failureReason": "<string>",
"settlementDetails": [
{
"clientAccountId": "<string>",
"exchangeSettlementId": "<string>",
"organizationId": "<string>",
"pnlAttributionEndTimestamp": "<string>",
"pnlAttributionStartTimestamp": "<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"
}
]
}Show child attributes
Show child attributes
Was this page helpful?