clearloop
Get ClearLoop Exchanges
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 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 Exchanges
GET
/
clearloop
/
exchanges
curl --request GET \
--url https://api.copper.co/platform/clearloop/exchanges
{
"clearLoopExchanges": [
{
"collateralDetails": {
"currencies": [
{
"buffer": "<string>",
"currentCollateralBalance": "<string>",
"settlementCurrency": "<string>",
"uPnL": "<string>",
"uPnLExcessDeficit": "<string>",
"updatedAt": "<string>"
}
]
},
"exchangeId": "<string>",
"name": "<string>",
"settlementDetails": {
"frequency": "<string>",
"nextSettlementTimestamp": "<string>"
}
}
]
}
Response
200
application/json
OK
Exchange name
Collateral details
Ratio of current collateral excess/deficit over the current collateral balance. Displayed as %
Current Exchange collateral balance in their ClearLoop account
Unrealised PnL, sourced for open positions on Derivative
Difference between the current collateral balance and unrealised PnL
curl --request GET \
--url https://api.copper.co/platform/clearloop/exchanges
{
"clearLoopExchanges": [
{
"collateralDetails": {
"currencies": [
{
"buffer": "<string>",
"currentCollateralBalance": "<string>",
"settlementCurrency": "<string>",
"uPnL": "<string>",
"uPnLExcessDeficit": "<string>",
"updatedAt": "<string>"
}
]
},
"exchangeId": "<string>",
"name": "<string>",
"settlementDetails": {
"frequency": "<string>",
"nextSettlementTimestamp": "<string>"
}
}
]
}