Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Get Account Balance
polygonscan:get_account_balance
Get the MATIC balance of a Polygon address.
Read
Low risk
Get Block
polygonscan:get_block
Get detailed information about a specific block.
Read
Low risk
Get Contract Abi
polygonscan:get_contract_abi
Get the ABI (Application Binary Interface) for a verified smart contract.
Read
Low risk
Get Contract Source
polygonscan:get_contract_source
Get the source code for a verified smart contract.
Read
Low risk
Get Gas Price
polygonscan:get_gas_price
Get current gas price recommendations for the Polygon network.
Read
Low risk
Get Token Balance
polygonscan:get_token_balance
Get the token balance for a specific address and ERC-20 token contract.
Read
Low risk
Get Token Info
polygonscan:get_token_info
Get information about an ERC-20 token including name, symbol, decimals, and total supply.
Read
Low risk
Get Transaction
polygonscan:get_transaction
Get detailed information about a specific transaction by hash.
Read
Low risk
List Account Transactions
polygonscan:list_account_transactions
Get list of normal transactions for a Polygon address.
Read
Low risk
List Token Transfers
polygonscan:list_token_transfers
Get list of ERC-20 token transfers. Can filter by contract address and/or wallet address.
Read
Low risk