Documentation

API Reference

Inery provides a robust RPC API for interacting with the network programmatically.

Base URL

http://<node-ip>:8888

Endpoints

/v1/chain/get_info

Returns an object containing various details about the blockchain.

/v1/chain/get_block

Returns an object containing various details about a specific block on the blockchain.

/v1/chain/push_transaction

This method expects a transaction in JSON format and will attempt to apply it to the blockchain.

/v1/inerydb/get_data

Custom endpoint for querying IneryDB specific data with advanced filtering.