Empiric supports specific pairs that are listed and traded by our data partners. We also support a broader concept of currencies (each pair is a price of the quote currency in terms of the base currency). For pairs not listed, their price can be deduced by "hopping" using pairs that are listed, e.g. we can combine ETH/USD and BTC/USD to get a ETH/BTC feed.
The following asset pairs are officially supported by Empiric. More are added every week, so just reach out on Twitter or Discord if you have a specific one you need.
The pair_id
is calculated by utf-8 encoding the uppercased string (e.g. bytes32("BTC/USD")
) and used to refer to specific feeds on-chain.
Ticker | Pair ID | Decimals |
---|---|---|
BTC/USD | bytes32(”BTC/USD”) | 8 |
BTC/EUR | bytes32(“BTC/EUR”) | 8 |
ETH/USD | bytes32(“ETH/USD”) | 8 |
SOL/USD | bytes32(“SOL/USD”) | 8 |
AVAX/USD | bytes32(“AVAX/USD”) | 8 |
DOGE/USD | bytes32(“DOGE/USD”) | 8 |
SHIB/USD | bytes32(“SHIB/USD”) | 8 |
BNB/USD | bytes32(“BNB/USD”) | 8 |
ADA/USD | bytes32(“ADA/USD”) | 8 |
XRP/USD | bytes32(“XRP/USD”) | 8 |
MATIC/USD | bytes32(“MATIC/USD”) | 8 |
Ticker | Pair ID | Decimals |
---|---|---|
USDT/USD | bytes32(“USDT/USD”) | 8 |
DAI/USD | bytes32(“DAI/USD”) | 8 |
USDC/USD | bytes32(“USDC/USD”) | 8 |
TUSD/USD | bytes32(“TUSD/USD”) | 8 |
BUSD/USD | bytes32(“BUSD/USD”) | 8 |
Ticker | Pair ID | Decimals |
---|---|---|
ETH/MXN | 8 | |
TEMP/USD | 8 |