Skip to content

EpicChain Explorer API is a powerful and easy-to-use API that allows developers to interact with the EpicChain blockchain

Notifications You must be signed in to change notification settings

epicchainlabs/epicchain-explorer-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicChain Explorer API

The EpicChain Explorer API is a powerful and easy-to-use API that allows developers to interact with the EpicChain blockchain. With this API, developers can retrieve information about blocks, transactions, addresses, and more. It provides a simple interface for querying blockchain data, making it ideal for building blockchain explorers, analytics tools, and other blockchain-related applications.

Getting Started

To get started with the EpicChain Explorer API, you can use the following base URL:

https://epicchain-explorer-api.com/api/v1/

Endpoints

  • /blocks: Retrieve information about blocks on the blockchain.
  • /transactions: Retrieve information about transactions on the blockchain.
  • /addresses: Retrieve information about addresses on the blockchain.
  • /tokens: Retrieve information about tokens on the blockchain.

For example, to retrieve information about a specific block, you can use the following endpoint:

GET https://epicchain-explorer-api.com/api/v1/blocks/{blockId}

Replace {blockId} with the ID of the block you want to retrieve information about.

Authentication

The EpicChain Explorer API requires authentication to access certain endpoints. To authenticate, include your API key in the Authorization header of your request:

Authorization: Bearer YOUR_API_KEY

You can obtain an API key by signing up for an account on the EpicChain Explorer API website.

Rate Limits

The EpicChain Explorer API has rate limits in place to prevent abuse. By default, you can make up to 1000 requests per hour. If you exceed this limit, you will receive a 429 Too Many Requests response.

Contributing

If you would like to contribute to the EpicChain Explorer API, please fork the repository and submit a pull request. We welcome contributions from the community.

Support

If you have any questions or need help with the EpicChain Explorer API, please contact us at support@epicchain-explorer-api.com.

License

The EpicChain Explorer API is released under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published

Languages