API Reference

Returns a list of products available to trade.

Example response:

[
  {
    "id": 1006,
    "type": "PERP",
    "symbol": "blastperp",
    "active": true,
    "baseAsset": "BLAST",
    "quoteAsset": "USDB",
    "minQuantity": "1000000000000",
    "maxQuantity": "10000000000000000000000",
    "increment": "1000000000000",
    "takerFee": "200000000000000",
    "makerFee": "50000000000000",
    "isMakerRebate": true,
    "initialLongWeight": "500000000000000000",
    "initialShortWeight": "2000000000000000000",
    "maintenanceLongWeight": "750000000000000000",
    "maintenanceShortWeight": "1250000000000000000",
    "minLimitPriceMultiplier": "500000000000000000",
    "maxLimitPriceMultiplier": "2000000000000000000",
    "oiDollarCap": "10000000000000000000000000000",
    "baseAssetAddress": "0x90f79bf6eb2c4f870365e785982e1f101e93b906",
    "quoteAssetAddress": "0x79a59c326c715ac2d31c169c85d1232319e341ce",
    "markPrice": "5313989999363616001"
  },
  {
    "id": 1003,
    "type": "PERP",
    "symbol": "btcperp",
    "active": true,
    "baseAsset": "WBTC",
    "quoteAsset": "USDB",
    "minQuantity": "1000000000000000",
    "maxQuantity": "1000000000000000000000000",
    "increment": "100000000000000",
    "takerFee": "500000000000000",
    "makerFee": "300000000000000",
    "isMakerRebate": true,
    "initialLongWeight": "900000000000000000",
    "initialShortWeight": "1100000000000000000",
    "maintenanceLongWeight": "950000000000000000",
    "maintenanceShortWeight": "1050000000000000000",
    "minLimitPriceMultiplier": "250000000000000000",
    "maxLimitPriceMultiplier": "4000000000000000000",
    "oiDollarCap": "10000000000000000000000000000",
    "baseAssetAddress": "0xdc2f16a474a969056e6a559629b46d01f8675a1a",
    "quoteAssetAddress": "0x79a59c326c715ac2d31c169c85d1232319e341ce",
    "markPrice": "66820249999999999864079"
  },
  {
    "id": 1002,
    "type": "PERP",
    "symbol": "ethperp",
    "active": true,
    "baseAsset": "WETH",
    "quoteAsset": "USDB",
    "minQuantity": "100000000000000",
    "maxQuantity": "100000000000000000000000",
    "increment": "10000000000000",
    "takerFee": "200000000000000",
    "makerFee": "50000000000000",
    "isMakerRebate": true,
    "initialLongWeight": "950000000000000000",
    "initialShortWeight": "1050000000000000000",
    "maintenanceLongWeight": "970000000000000000",
    "maintenanceShortWeight": "1030000000000000000",
    "minLimitPriceMultiplier": "250000000000000000",
    "maxLimitPriceMultiplier": "4000000000000000000",
    "oiDollarCap": "1000000000000000000000000000000",
    "baseAssetAddress": "0x4200000000000000000000000000000000000023",
    "quoteAssetAddress": "0x79a59c326c715ac2d31c169c85d1232319e341ce",
    "markPrice": "2946603768676611835721"
  }
]
Language
Click Try It! to start a request and see the response here!