get_blockchain_uuid_by_contract_address
Retrieve the unique identifier for a cryptocurrency by providing its contract address and blockchain name. This tool helps identify tokens across different blockchain ecosystems where contract addresses may be called smart contract addresses, token addresses, or assetIDs.
Instructions
Find a specific coin by the contract address on its blockchain. We use the term contract address, but the name differs per ecosystem. For example, in Ethereum, it's called a smart contract address, others call it a token address, assetID, or something else.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockchain | Yes | Name of the blockchain you want to request. You can find a list of all possible values by making a request to our blockchains endpoint. | |
| address | Yes | Address of the token you want to request. This is the same address as is used on the blockchain the token is minted on. For example, the Tether (USDT) contract address on Ethereum is 0xdac17f958d2ee523a2206206994597c13d831ec7. In our case, the address is case-insensitive. |