Blast Futures Exchange
  • Get Started
    • 👋Introduction
      • What Is Blast?
    • What are Perpetual Futures?
    • Bridging to Blast
    • Blast Points & Gold
      • Blast Gold Liquidity Program
    • BFX Points
      • Staking $RBX
      • Staking $RBX LP
    • USDB Native Yield
    • Referral Program
    • Index Price
    • Funding Rate
    • Deposit & Withdrawal
    • Trading Fees
    • BFX OTC Service
    • Dynamic Market Maker (DMM)
      • Dynamic Router
    • Profit / Loss Calculation
    • Margin Calculation
    • Insurance Fund
    • Liquidations
  • API DOCUMENTATION
    • Introduction
    • Generate Your API Keys
    • Signing with API Key
    • Public Endpoints
      • Market Info
      • Trades
      • Orderbook
      • Funding Rate
      • Candles
    • Private Endpoints
      • Account Operations
      • Authentication
      • Orders
      • Fills
      • Positions
      • Profile
      • Balance History
      • Deadman Switch
    • Websocket
      • Trades
      • Orderbook
      • Market Info
      • Account
    • Responses Data Structure
    • Vault Setup
  • Frequently Asked Questions
  • Contracts
  • Telegram
  • Discord
  • Audits
Powered by GitBook
On this page
  • General Info
  • Rate Limit
  1. API DOCUMENTATION

Introduction

By using any API provided by Blast Futures Exchange, you agree to its Terms of Use and Privacy Policy. If you do not agree to the foregoing, then do not use any such API.

All documentation herein is provided ​“AS IS”. Blast Futures Exchange makes no other warranties, express or implied, and hereby disclaims all implied warranties, including any warranty of merchantability and warranty of fitness for a particular purpose.

General Info

Mainnet endpoints

// REST
https://api.bfx.trade
// Websocket
wss://api.bfx.trade/ws

Testnet endpoints

// REST
https://api.bfx.trade
// Websocket
wss://api.bfx.trade/ws
  • All endpoints return either a JSON object or an array.

  • All private endpoints require authentication.

Rate Limit

There is a rate limit of 20 orders/sec per account. Rate limits will return a 429 error code.

PreviousLiquidationsNextGenerate Your API Keys

Last updated 10 months ago