Data Endpoints

Blockchains Mainnet

Blockchains Testnet

Blockchain
ID
PullOracle Address

Assets

Note that assets are encoded to bytes32 EVM format by their ASCII representation converted to hex.

You can use any of these CLI commands to do this conversion with python or cast, simply put asset of interest instead of NGL/USD:

python -c "import sys; print(\"0x%s\" % sys.argv[1].encode('ascii').ljust(32,b'\x00').hex())" NGL/USD

In the output you should expect NGL/USD to be encoded as 0x4e474c2f55534400000000000000000000000000000000000000000000000000

Asset
DataKey
Aggregator link

NGL/USD

0x4e474c2f55534400000000000000000000000000000000000000000000000000

ETH/USD

0x4554482f55534400000000000000000000000000000000000000000000000000

BTC/USD

0x4254432f55534400000000000000000000000000000000000000000000000000

ERN/USD

0x45524e2f55534400000000000000000000000000000000000000000000000000

Last updated