NeoNetwork IRS API Help

API Quickstart

In this section, you'll find a step-by-step guide to quickly start using the API.

Prerequisites

All requests done to this API will require a user's api key. You can generate a key by running the following command in game.

/bank newkey

Authentication

Authentication is provided in the request JSON object to make it easier for use with ComputerCraft.

Making Your First Request

Requests are simple, check out querying the user's balance as a simple starting point.

Response Handling

All responses will contain the following three key value pairs. Here is an example of a bad request.

{ "success": "false", "error": "1", "errorMessage": "Bad Request" }

ComputerCraft Quick Start

Get started with ComputerCraft by checking out some of the example scripts.

Next Steps

Suggest what users can do next, such as exploring more endpoints or integrating the API into their applications.

Last modified: 23 February 2025