Articles on: Signals and Automation

Valid values for Exchange and Symbol

Exchange and Symbol (aka Market) must be specified in most webhook signals.
Valid values are set out below.


Accepted values for Exchange


** Spot Exchanges **

  • Binance or BINA
  • Binance US or BIUS
  • ByBit or BYBI
  • Bitvavo or BVVO
  • Crypto.com or CRO
  • Gate.io or GATE
  • Coinbase Pro or GDAX
  • HitBTC or HITB
  • Huobi or HUBI
  • Kucoin or KUCN
  • Kraken or KRKN
  • Mexc or MEXC
  • OKEx or OKEX
  • Poloniex or PLNX
  • Woo or WOO

    Futures exchanges:
  • Binance Futures or BIFU
  • Bybit Futures or BYBIF
  • Kucoin Futures or KUCNF


e.g.
"exchange": "BIFU"
"exchange": "Gate.io"
"exchange": "Kucoin Futures"


Accepted values for Symbol

There are two ways to specify the symbol, and we recommend using the first method, unless there is a good reason for using the second.


  1. We recommend formatting the symbol as <Exchange Code><QuoteCurrency><BaseCurrency>
    Note. The Exchange codes are listed above.
    e.g.
    "symbol": "BINA_USDT_BTC"
    "symbol": "KUCNF_USDT_ADA"
    "symbol": "GATE_BTC_SOL"


This format will work for all exchanges.


  1. If you are a coder, or familiar with using API calls, you can use the symbol format as used by the exchange API (e.g. BTCUSDT, BTC-USDT. This must be the format used by the specific exchange in their API calls, and it varies by exchange.


Updated on: 02/04/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!