EOSIO · Capability
EOSIO / Antelope Nodeos Chain API
EOSIO / Antelope Nodeos Chain API. 10 operations. Lead operation: Get the ABI for a contract account. Self-contained Naftiko capability covering one Eosio business surface.
What You Can Do
POST
Getabi
— Get the ABI for a contract account
/v1/get-abi
POST
Getaccount
— Get account information
/v1/get-account
POST
Getblock
— Get a block by ID or number
/v1/get-block
POST
Getcode
— Get contract code for an account
/v1/get-code
POST
Getcurrencybalance
— Get currency balance for an account
/v1/get-currency-balance
GET
Getinfo
— Get chain information
/v1/get-info
POST
Getrequiredkeys
— Get required keys for a transaction
/v1/get-required-keys
POST
Gettablerows
— Read rows from a contract table
/v1/get-table-rows
POST
Pushtransaction
— Push a signed transaction
/v1/push-transaction
POST
Sendtransaction
— Send a signed transaction
/v1/send-transaction
MCP Tools
get-abi-contract-account
Get the ABI for a contract account
read-only
get-account-information
Get account information
read-only
get-block-id-number
Get a block by ID or number
read-only
get-contract-code-account
Get contract code for an account
read-only
get-currency-balance-account
Get currency balance for an account
read-only
get-chain-information
Get chain information
read-only
idempotent
get-required-keys-transaction
Get required keys for a transaction
read-only
read-rows-contract-table
Read rows from a contract table
push-signed-transaction
Push a signed transaction
send-signed-transaction
Send a signed transaction