One of the most requested features is now here - the ability to directly query the metadata, and current prices of any fungible token (ERC20) across multiple pools.
Developers building wallets, trading applications, token launchpads and more can now easily query the current details and prices on up to 50 tokens at once using the Get Fungibles & Prices endpoint. The endpoint works in the same way as all other similar SimpleHash endpoints - simply pass the chain and contract address of the token in question, and get back the essential information, including token name, decimals, and (when passing the `include_prices=1` param), the current market prices on major pools (e.g., Uniswap v2 and v3). This endpoint is currently supported across ETH and all the main EVM L2 networks.
In conjunction with the rest of the SimpleHash fungible endpoints, it's easy to build out a fully fledged token app:
- Get the fungible balance(s) by Wallet(s)
- Retrieve the transfers of a fungible for a given Wallet
- Top wallet holders for a given fungible
- Transfer events for a given fungible
Have a requirement for an endpoint or set of token information that we don't yet support? Reach out to us at hello@simplehash.com, we'd love to discuss your requirements.