Data Endpoints

Blockchains Mainnet

Blockchains Testnet

BlockchainIDPullOracle Address

Ethereum Sepolia

11155111

Mantle Sepolia

5003

Assets

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

You can use this CLI command to do this conversion with python, 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

For example, NGL/USD is encoded as 0x4e474c2f55534400000000000000000000000000000000000000000000000000

AssetDataKeyAggregator link

NGL/USD

0x4e474c2f55534400000000000000000000000000000000000000000000000000

ETH/USD

0x4554482f55534400000000000000000000000000000000000000000000000000

BTC/USD

0x4254432f55534400000000000000000000000000000000000000000000000000

ERN/USD

0x45524e2f55534400000000000000000000000000000000000000000000000000

Last updated