Binance · Schema

FuturesAccount

CryptocurrencyExchangeTradingBlockchainFinanceDeFiMarket Data

Properties

Name Type Description
feeTier integer Account fee tier.
canTrade boolean Can trade.
canDeposit boolean Can deposit.
canWithdraw boolean Can withdraw.
updateTime integer Update time.
multiAssetsMargin boolean Multi-asset margin mode.
totalInitialMargin string Total initial margin.
totalMaintMargin string Total maintenance margin.
totalWalletBalance string Total wallet balance.
totalUnrealizedProfit string Total unrealized profit.
totalMarginBalance string Total margin balance.
totalPositionInitialMargin string Total position initial margin.
totalOpenOrderInitialMargin string Total open order initial margin.
totalCrossWalletBalance string Total cross wallet balance.
totalCrossUnPnl string Total cross unrealized PnL.
availableBalance string Available balance.
maxWithdrawAmount string Maximum withdrawal amount.
assets array Asset balances.
positions array Positions.
View JSON Schema on GitHub

JSON Schema

binance-futuresaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FuturesAccount",
  "title": "FuturesAccount",
  "type": "object",
  "properties": {
    "feeTier": {
      "type": "integer",
      "description": "Account fee tier."
    },
    "canTrade": {
      "type": "boolean",
      "description": "Can trade."
    },
    "canDeposit": {
      "type": "boolean",
      "description": "Can deposit."
    },
    "canWithdraw": {
      "type": "boolean",
      "description": "Can withdraw."
    },
    "updateTime": {
      "type": "integer",
      "format": "int64",
      "description": "Update time."
    },
    "multiAssetsMargin": {
      "type": "boolean",
      "description": "Multi-asset margin mode."
    },
    "totalInitialMargin": {
      "type": "string",
      "description": "Total initial margin."
    },
    "totalMaintMargin": {
      "type": "string",
      "description": "Total maintenance margin."
    },
    "totalWalletBalance": {
      "type": "string",
      "description": "Total wallet balance."
    },
    "totalUnrealizedProfit": {
      "type": "string",
      "description": "Total unrealized profit."
    },
    "totalMarginBalance": {
      "type": "string",
      "description": "Total margin balance."
    },
    "totalPositionInitialMargin": {
      "type": "string",
      "description": "Total position initial margin."
    },
    "totalOpenOrderInitialMargin": {
      "type": "string",
      "description": "Total open order initial margin."
    },
    "totalCrossWalletBalance": {
      "type": "string",
      "description": "Total cross wallet balance."
    },
    "totalCrossUnPnl": {
      "type": "string",
      "description": "Total cross unrealized PnL."
    },
    "availableBalance": {
      "type": "string",
      "description": "Available balance."
    },
    "maxWithdrawAmount": {
      "type": "string",
      "description": "Maximum withdrawal amount."
    },
    "assets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FuturesBalance"
      },
      "description": "Asset balances."
    },
    "positions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PositionRisk"
      },
      "description": "Positions."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/binance-futuresaccount"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.