Overview

How can I send a request to blockchain?

EQ Hub provides a Request API for sending requests to the blockchain environment. By sending requests through the EQ Hub, users can send requests in the form of a REST API.

What is Request API?

The Request API makes it easy to send queries and transaction requests to specific blockchain environments. Using the Request API, you can query data in the blockchain environment or send transactions, and receive transaction results in real time through Long Polling.

About API Host (deprecated)

If you want to use the Request API, you must specify the API Host to use it.

API Hosts are classified by blockchain environment and service used.

How can I make chain query or transaction request?

To send a request to the blockchain environment, you can check out the tutorial below.

Quick checklist

The items required to use the Request API are as follows.

  • API Key

Where Can I Use?

  • Web3 application development