Data Endpoints

The table below lists the contract addresses for the UDFOracle across supported networks. These addresses must be used when integrating with Entangle's Universal Data Feeds (UDF). They serve as the interaction points for accessing UDF services on specific blockchains.

When implementing your integration, ensure that the correct address for the target network is referenced in your code.

Blockchains Mainnet

Blockchains Testnet

Blockchain
ID
UDFOracle Address

Assets

The table below provides the contract addresses for supported assets across various networks. These addresses represent the deployed instances of the assets within Entangle’s ecosystem.

Note that assets are encoded in the bytes32 EVM format using their ASCII representation converted to hexadecimal. You can perform this conversion using the below CLI commands with Python or cast. Simply replace NGL/USD in the command with the asset you are using.

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
Data Key
Aggregator Link

5IRE/USD

0x354952452F555344000000000000000000000000000000000000000000000000

AAVE/USD

0x414156452F555344000000000000000000000000000000000000000000000000

ADA/USD

0x4144412F55534400000000000000000000000000000000000000000000000000

AIT/USD

0x4149542F55534400000000000000000000000000000000000000000000000000

APT/USD

0x4150542F55534400000000000000000000000000000000000000000000000000

AVAX/USD

0x415641582F555344000000000000000000000000000000000000000000000000

BCH/USD

0x4243482F55534400000000000000000000000000000000000000000000000000

BICO/USD

0x4249434F2F555344000000000000000000000000000000000000000000000000

BNB/USD

0x424E422F55534400000000000000000000000000000000000000000000000000

BTC/USD

0x4254432F55534400000000000000000000000000000000000000000000000000

CGPT/USD

0x434750542F555344000000000000000000000000000000000000000000000000

DAI/USD

0x4441492F55534400000000000000000000000000000000000000000000000000

DOGE/USD

0x444F47452F555344000000000000000000000000000000000000000000000000

DOT/USD

0x444F542F55534400000000000000000000000000000000000000000000000000

ENJ/USD

0x454E4A2F55534400000000000000000000000000000000000000000000000000

ERN/USD

0x45524E2F55534400000000000000000000000000000000000000000000000000

ETH/USD

0x4554482F55534400000000000000000000000000000000000000000000000000

FET/USD

0x4645542F55534400000000000000000000000000000000000000000000000000

FTM/USD

0x46544D2F55534400000000000000000000000000000000000000000000000000

GORPLES/USD

0x474F52504C45532F555344000000000000000000000000000000000000000000

ICP/USD

0x4943502F55534400000000000000000000000000000000000000000000000000

IMX/USD

0x494D582F55534400000000000000000000000000000000000000000000000000

LINK/USD

0x4C494E4B2F555344000000000000000000000000000000000000000000000000

LTC/USD

0x4C54432F55534400000000000000000000000000000000000000000000000000

MANA/USD

0x4D414E412F555344000000000000000000000000000000000000000000000000

MANTA/USD

0x4D414E54412F5553440000000000000000000000000000000000000000000000

MELANIA/USD

0x4D454C414E49412F555344000000000000000000000000000000000000000000

MNT/USD

0x4D4E542F55534400000000000000000000000000000000000000000000000000

NEAR/USD

0x4E4541522F555344000000000000000000000000000000000000000000000000

NGL/USD

0x4E474C2F55534400000000000000000000000000000000000000000000000000

PEPE/USD

0x504550452F555344000000000000000000000000000000000000000000000000

POL/USD

0x504F4C2F55534400000000000000000000000000000000000000000000000000

RENDER/USD

0x52454E4445522F55534400000000000000000000000000000000000000000000

RLUSD/USD

0x524C5553442F5553440000000000000000000000000000000000000000000000

ROSE/USD

0x524F53452F555344000000000000000000000000000000000000000000000000

S/USD

0x532F555344000000000000000000000000000000000000000000000000000000

SAND/USD

0x53414E442F555344000000000000000000000000000000000000000000000000

SHIB/USD

0x534849422F555344000000000000000000000000000000000000000000000000

SOL/USD

0x534F4C2F55534400000000000000000000000000000000000000000000000000

STX/USD

0x5354582F55534400000000000000000000000000000000000000000000000000

SUI/USD

0x5355492F55534400000000000000000000000000000000000000000000000000

SUPER/USD

0x53555045522F5553440000000000000000000000000000000000000000000000

sUSDS/USD

0x73555344532F5553440000000000000000000000000000000000000000000000

TAO/USD

0x54414F2F55534400000000000000000000000000000000000000000000000000

TON/USD

0x544F4E2F55534400000000000000000000000000000000000000000000000000

TRUMP/USD

0x5452554D502F5553440000000000000000000000000000000000000000000000

TRX/USD

0x5452582F55534400000000000000000000000000000000000000000000000000

UNI/USD

0x554E492F55534400000000000000000000000000000000000000000000000000

USDS/USD

0x555344532F555344000000000000000000000000000000000000000000000000

WLD/USD

0x574C442F55534400000000000000000000000000000000000000000000000000

XLM/USD

0x584C4D2F55534400000000000000000000000000000000000000000000000000

XRP/USD

0x5852502F55534400000000000000000000000000000000000000000000000000

Last updated

Was this helpful?