curl --request GET \
--url https://api.enso.build/api/v1/prices/{chainId}[
{
"decimals": 8,
"price": 27052,
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
"chainId": 1,
"symbol": "WBTC",
"timestamp": 1695197412,
"confidence": 0.99
}
]Returns prices for a batch of tokens on a given chain.
curl --request GET \
--url https://api.enso.build/api/v1/prices/{chainId}[
{
"decimals": 8,
"price": 27052,
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
"chainId": 1,
"symbol": "WBTC",
"timestamp": 1695197412,
"confidence": 0.99
}
]Chain ID of the network to search for
"1"
Ethereum address of the token to check price for.
[
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
]Was this page helpful?