πŸ”’Account Information

Get account information with balances of assets, positions and locked margins.

GET https://api.staging.dexilon.io/api/v1/accounts

Weight: 5

{
  "upl" : 0.4,
  "feeTierStructure" : 2,
  "feeTierDiscount" : 3,
  "assets" : [ {
    "isMargin" : true,
    "margin" : 95.54045,
    "deposited" : 9999.06625,
    "name" : "usdt",
    "locked" : 9903.5258
  }, {
    "isMargin" : false,
    "margin" : 0,
    "deposited" : 0,
    "name" : "dxln",
    "locked" : 0
  } ],
  "tradeFeeAsset" : "usdt",
  "positions" : [ {
    "upl" : 0.4,
    "symbol" : "eth_usdt",
    "leverage" : 5,
    "amount" : 1,
    "markPrice" : 1867.9,
    "lockedBalance" : 373.5,
    "liquidationPrice" : 1680.75,
    "marginMode" : "ISOLATED",
    "uplPercentage" : 0.021419,
    "basePrice" : 1867.5
  } ],
  "orders" : [ {
    "symbol" : "eth_usdt",
    "lockedAsk" : 0,
    "sumSizeAsk" : 0,
    "lockedBid" : 9530.0258,
    "sumSizeBid" : 25.51
  } ],
  "equity" : 9999.46625
}

Last updated