v1

latestSwagger 2.02026-07-179553242.0 KB
User

Get your account's CSA status.

get/user/csa

Response

Request was successful

csaIDstring required
accountinteger
currencystring
amountinteger
minAmountinteger
thresholdinteger
mmRatioMarginCallinteger
mmRatioLiquidationinteger
startTimestring
maturityTimestring
maturityInstructionstring
csaStatusstring
requesterstring
clientDetailsstring
textstring
timestampstring

Example response

{
  "requester": "requester",
  "minAmount": 1,
  "amount": 6,
  "csaID": "csaID",
  "maturityInstruction": "maturityInstruction",
  "threshold": 5,
  "maturityTime": "maturityTime",
  "csaStatus": "csaStatus",
  "clientDetails": "clientDetails",
  "currency": "currency",
  "mmRatioMarginCall": 5,
  "startTime": "startTime",
  "text": "text",
  "mmRatioLiquidation": 2,
  "account": 0,
  "timestamp": "timestamp"
}