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.

Last updated