Skip to main content

Ronin REST API

Overview

This section contains a collection of the Ronin REST API methods, which you can use to retrieve data from the Ronin blockchain. The Ronin REST service is also known as Skynet.

Here are some of the features provided by the API:

  • Querying blocks, transactions, balances
  • Querying smart contracts
  • Querying NFT collections
note

This API is not related to https://ronin.rest.

Authentication

This API requires an API key for authentication.

Authorization

The following Ronin REST endpoints require authorized access:

To call these endpoints, you need permission to use the Skynet Tx Query service, which can be requested through the Developer Console. For more information, see Request access to services.

Endpoints

  • Mainnet: https://api-gateway.skymavis.com/skynet
  • Testnet: https://api-gateway.skymavis.com/skynet-test
  • Skynet Tx Query: https://api-gateway.skymavis.com/skynet-tx-query

Errors

CodeDescription
200Success
5xxServer error
4xxClient error: path not found, invalid API key, or exceeded rate limit.
Was this helpful?
Happy React is loading...