What your agent can do with Blockscout
Triggers and actions 17 actions
- ActionFind items by search
Search across addresses, blocks, transactions, and tokens by query string. GET /search?q={query}
- ActionGet address
Get detailed info about an address or contract (balance, type, etc). GET /addresses/{address_hash}
- ActionGet block
Get detailed information about a block by number or hash. GET /blocks/{block_number_or_hash}
- ActionGet smart contract
Get verified smart contract source, ABI, and metadata by address. GET /smart-contracts/{address_hash}
- ActionGet stats counters
Get network-wide statistics (total blocks, transactions, addresses, gas price, etc). GET /stats
- ActionGet token
Get info about a token (ERC-20/721/1155) by contract address. GET /tokens/{address_hash}
- ActionGet token instance
Get detailed info about a specific NFT instance. GET /tokens/{address_hash}/instances/{id}
- ActionGet transaction
Get detailed information about a specific transaction by hash. GET /transactions/{transaction_hash}
- ActionList address NFTs
List NFTs owned by a specific address. GET /addresses/{address_hash}/nft
- ActionList address token balances
List all token balances held by a specific address. GET /addresses/{address_hash}/token-balances
- ActionList address token transfers
List token transfers involving a specific address. GET /addresses/{address_hash}/token-transfers
- ActionList address transactions
List transactions involving a specific address. GET /addresses/{address_hash}/transactions
- ActionList blocks
List recent blocks on the chain. GET /blocks
- ActionList smart contracts
List verified smart contracts. GET /smart-contracts
- ActionList token holders
List holders of a given token. GET /tokens/{address_hash}/holders
- ActionList token transfers
List transfers of a given token. GET /tokens/{address_hash}/transfers
- ActionList transactions
List recent transactions on the chain. GET /transactions
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Blockscout API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.