clearloop
Get ClearLoop Settlement by ID
blockchain
clearloop
network
address-book
currencies
API Reference
orders
files
lending
- GETGet Loans
- POSTCreate Loan
- PATCHCalculate Loan LTV Dry Run
- PATCHAccept Loan Term Extension
- PATCHAccept Loan Interest Payment
- PATCHAccept Loan
- PATCHAccept Loan Rebalance
- PATCHAccept Loan Repayment
- PATCHAccept Loan Rerate
- PATCHAccept Loan Top Up
- PATCHApprove Loan
- PATCHCancel Loan Default
- PATCHCancel Loan Term Extension
- PATCHCancel Loan Interest Payment
- PATCHCancel Loan
- PATCHCancel Loan Rebalance
- PATCHCancel Loan Repayment
- PATCHCancel Loan Rerate
- PATCHCancel Loan Top Up
- PATCHConfirm External Disbursement
- PATCHConfirm External Interest Payment
- PATCHConfirm External Repayment
- PATCHConfirm External Top Up
- PATCHDefault Loan
- PATCHEstimate Loan Leverage Ratio
- PATCHEstimate Loan LTV
- PATCHExtend Loan Term
- GETGet Loan by ID
- PATCHPay Loan Interest
- PATCHRebalance Loan
- PATCHReject Loan
- PATCHRepay Loan
- PATCHRerate Loan
- PATCHSecure Collateral Loan
- PATCHTop Up Loan
reports
clearloop
Get ClearLoop Settlement by ID
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
Response
200
application/json
OK
The response is of type object
.
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"
}