The multichain REST API goes beyond standard RPC data retrieval to include rich datasets via REST requests. This is the same API Blockscout uses to populate it's UI, and is optimized for speed and simplicity.
Access a wealth of data including methods, stats, charts, addresses, NFTs, tx info, smart contract details and metadata with the all-in-one Blockscout REST API.
The multichain REST API goes beyond standard RPC data retrieval to include rich datasets via REST requests. This is the same API Blockscout uses to populate it's UI, and is optimized for speed and simplicity.
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/763/rest/search/check-redirect \ -X POST \ -H 'Content-Type: application/json' \ --data '{ "q": "USDT", "chainId": 1 }'