EOSIO · Capability
EOSIO / Antelope Nodeos Chain API
HTTP/JSON RPC interface exposed by the chain_api_plugin in nodeos, the reference EOSIO (now Antelope) blockchain node implementation. The chain API allows clients to read blockchain state, fetch blocks and accounts, inspect ABI and contract data, and submit signed transactions to the network.
What You Can Do
GET
Getinfo
— Get chain information
/get_info
POST
Getblock
— Get a block by ID or number
/get_block
POST
Getaccount
— Get account information
/get_account
POST
Getabi
— Get the ABI for a contract account
/get_abi
POST
Getcode
— Get contract code for an account
/get_code
POST
Getcurrencybalance
— Get currency balance for an account
/get_currency_balance
POST
Gettablerows
— Read rows from a contract table
/get_table_rows
POST
Pushtransaction
— Push a signed transaction
/push_transaction
POST
Sendtransaction
— Send a signed transaction
/send_transaction
POST
Getrequiredkeys
— Get required keys for a transaction
/get_required_keys
MCP Tools
getinfo
Get chain information
read-only
idempotent
getblock
Get a block by ID or number
getaccount
Get account information
getabi
Get the ABI for a contract account
getcode
Get contract code for an account
getcurrencybalance
Get currency balance for an account
gettablerows
Read rows from a contract table
pushtransaction
Push a signed transaction
sendtransaction
Send a signed transaction
getrequiredkeys
Get required keys for a transaction