Skip to content
Orillion logo
Soramitsu logo

Calling API endpoints

Once your registration application has been approved, the connection credentials are sent to the email address you provided during registration.

Using these credentials, you can implement calls to the FIB API endpoints into the code of your own application or system.

Following the basic API architecture, your application or system—the API client in this relationship—connects to the FIB API server.

To integrate your API client with the FIB API server, you can use different programming languages and frameworks, including Python, Java, Node.js, RUST, depending on the requirements of your own application or system.

Some tutorials in this documentation provide code snippets in Kotlin/Java that are required in order to perform Iroha-related operations.

The provided FIB API endpoints allow users to access the network's blockchain data, enabling users to perform operations such as submitting, retrieving and flagging contributions, etc.

For examples of scenarios where FIB API endpoints are being called, check out Tutorials.