curl --request GET \
--url https://api.copper.co/platform/clearloop/exchanges/{exchangeId}{
"exchangeId": "<string>",
"name": "<string>",
"collateralDetails": {
"currencies": [
{
"buffer": "<string>",
"currentCollateralBalance": "<string>",
"settlementCurrency": "<string>",
"uPnL": "<string>",
"uPnLExcessDeficit": "<string>",
"updatedAt": "<string>"
}
]
},
"settlementDetails": {
"frequency": "<string>",
"nextSettlementTimestamp": "<string>"
}
}curl --request GET \
--url https://api.copper.co/platform/clearloop/exchanges/{exchangeId}{
"exchangeId": "<string>",
"name": "<string>",
"collateralDetails": {
"currencies": [
{
"buffer": "<string>",
"currentCollateralBalance": "<string>",
"settlementCurrency": "<string>",
"uPnL": "<string>",
"uPnLExcessDeficit": "<string>",
"updatedAt": "<string>"
}
]
},
"settlementDetails": {
"frequency": "<string>",
"nextSettlementTimestamp": "<string>"
}
}OK
Exchange identifier
Human-readable name of the exchange
Collateral details
Show child attributes
Show child attributes
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
Was this page helpful?