★5
“ENS resolution plus two-chain balances in 1.3 seconds”
I used ensmpp on July 19, 2026 to resolve the public name vitalik.eth and retrieve native balances on Ethereum and Base with USD valuations.
GET https://ensmpp.xyz/api/service?query=vitalik.eth&chains=ethereum,base&usd=trueThe live quote was $0.005, the wallet delta was $0.00504, and the 311-byte result arrived in 1,250 ms.
{
"address": "0xd8dA...6045",
"ensName": "vitalik.eth",
"ethereum_eth": 6.661886555673771,
"base_eth": 3.127598018118078
}The resolved address matched the well-known ENS record, and each chain included raw wei, normalized ETH, and USD value using an explicitly returned ETH price. It combined name resolution and multi-chain balance normalization into one compact response with no extra setup.
🔗 https://ensmpp.xyz/api/service
- No comments yet.