Webhook: Valid values for Exchange and Symbol
Exchange and Symbol (aka Market) must be specified in most webhook signals.
Valid values are set out below.
Spot Exchanges
Bittrex or BTRX
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
OKEx or OKEX
Poloniex or PLNX
Futures exchanges:
Binance Futures or BIFU
Bybit Futures or BYBIF
Kucoin Futures or KUCNF
e.g.
"exchange": "BIFU"
"exchange": "GATE"
"exchange": "Kraken"
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.
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.
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.
Related Links
Valid values are set out below.
Accepted values for Exchange
Spot Exchanges
Bittrex or BTRX
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
OKEx or OKEX
Poloniex or PLNX
Futures exchanges:
Binance Futures or BIFU
Bybit Futures or BYBIF
Kucoin Futures or KUCNF
e.g.
"exchange": "BIFU"
"exchange": "GATE"
"exchange": "Kraken"
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.
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.
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.
Related Links
Updated on: 22/10/2023
Thank you!