marginAssetValueobject·required
marginAssetValue.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDmarginAssetValue.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00availableCollateralobject·required
availableCollateral.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDavailableCollateral.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00notionalValueobject·required
notionalValue.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDnotionalValue.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00totalBorrowedobject·required
totalBorrowed.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDtotalBorrowed.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00leveragestring (decimal)·required
The current leverage ratio (notionalValue / marginAssetValue)Example: 1.5buyingPowerobject·required
buyingPower.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDbuyingPower.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00sellingPowerobject·required
sellingPower.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDsellingPower.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00liquidationRisk.lossPercentagestring (decimal)·required
The percentage loss from current value that would trigger liquidation, formatted as decimal (e.g., "0.1550" = 15.50%)Example: 0.1550liquidationRisk.liquidationPriceobject
liquidationRisk.liquidationPrice.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDliquidationRisk.liquidationPrice.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00interestRate.ratestring (decimal)·required
The interest rate as a decimal stringExample: 0.00001141552511interestRate.intervalstring·enum·required
The time interval for the rate (currently only "hour" is supported)Enum values: hourExample: hourreservedBuyOrdersobject·required
reservedBuyOrders.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDreservedBuyOrders.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00reservedSellOrdersobject·required
reservedSellOrders.currencystring·required
The currency code (e.g., "USD", "BTC", "ETH")Example: USDreservedSellOrders.valuestring (decimal)·required
The amount in the specified currencyExample: 10000.00{
"marginAssetValue": {
"currency": "USD",
"value": "10000.00"
},
"availableCollateral": {
"currency": "USD",
"value": "8500.00"
},
"notionalValue": {
"currency": "USD",
"value": "15000.00"
},
"totalBorrowed": {
"currency": "USD",
"value": "5000.00"
},
"leverage": "1.5",
"buyingPower": {
"currency": "USD",
"value": "8500.00"
},
"sellingPower": {
"currency": "USD",
"value": "8500.00"
},
"liquidationRisk": {
"lossPercentage": "0.1550",
"liquidationPrice": {
"currency": "USD",
"value": "50000.00"
}
},
"interestRate": {
"rate": "0.00001141552511",
"interval": "hour"
},
"reservedBuyOrders": {
"currency": "USD",
"value": "1000.00"
},
"reservedSellOrders": {
"currency": "USD",
"value": "500.00"
}
}