GET
/
clearloop
/
exchanges
/
{exchangeId}
curl --request GET \
  --url https://api.copper.co/platform/clearloop/exchanges/{exchangeId}
{
  "collateralDetails": {
    "currencies": [
      {
        "buffer": "<string>",
        "currentCollateralBalance": "<string>",
        "settlementCurrency": "<string>",
        "uPnL": "<string>",
        "uPnLExcessDeficit": "<string>",
        "updatedAt": "<string>"
      }
    ]
  },
  "exchangeId": "<string>",
  "name": "<string>",
  "settlementDetails": {
    "frequency": "<string>",
    "nextSettlementTimestamp": "<string>"
  }
}

Path Parameters

exchangeId
string
required

Response

200
application/json
OK
exchangeId
string
required
name
string
required

Exchange name

collateralDetails
object

Collateral details

settlementDetails
object

Settlements configuration details