
Alchemy
Request real-time blockchain data for chains like Ethereum, Polygon, Arbitrum and Optimism through natural language.
- Name For Model
- Alchemy
- Website
- chat-web3-plugin.alchemy.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 22 days ago
- Contact
- [email protected]
- Description For Model
- Request real-time blockchain data for chains like Ethereum, Polygon, Arbitrum and Optimism through natural language.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | get_balance_in_native_currency | POST | Accepts an address or ENS name. Returns its balance. |
2 | get_block | POST | Accepts a block tag. Returns information about block. |
3 | get_asset_transfers | POST | Accepts set of params to filter for transfers. Returns asset transfers. |
4 | getTransactionDetails | POST | Accepts a transaction hash. Returns transaction details. |
5 | getERC20TokenBalances | POST | Accepts an address or ENS name. Returns its ERC20 token balances ( with token metadata ). |
6 | getNFTsForOwner | POST | Accepts an address or ENS name. Returns NFTs owned by it ( with NFT metadata ). |
7 | getMintedNFTs | POST | Accepts an address or ENS name. Returns NFTs minted by it ( with NFT metadata ). |
8 | getNFTContractMetadata | POST | Accepts an NFT contract address and returns its metadata ( deployer, floor price, etc.) |
9 | getERC20TokenMetadata | POST | Accepts an ERC20 token contract address and returns its metadata ( name, symbol, logo and decimals) |
10 | getNFTMetadata | POST | Accepts an NFT contract address and token id and returns its metadata. |
11 | getNFTLastSalePrice | POST | Accepts an NFT contract address and token id and returns its last sale price. |
12 | getFeeData | POST | Returns the fee data ( gasPrice, maxPriorityFeePerGas, maxFeePerGas and lastBaseFeePerGas ) according current network conditions. |
13 | getTransactionCount | POST | Accepts an address or ENS name and returns the number of transactions sent from it. |
14 | getLatestBlockNumber | POST | Returns the latest block number. |
15 | searchContractMetadata | POST | Accepts a search string and returns a list of NFT contracts with metadata that match the search string. |
16 | getTransactionReceipt | POST | Accepts a transaction hash and returns the transaction receipt. |