Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicchainlabs/epicchain-explorer-api
EpicChain Explorer API is a powerful and easy-to-use API that allows developers to interact with the EpicChain blockchain
https://github.com/epicchainlabs/epicchain-explorer-api
api blockchain-api blockchain-data blockchain-integration blockchain-interaction dapp-development developer-tools epicchain epicchain-explorer epicchain-explorer-api
Last synced: 1 day ago
JSON representation
EpicChain Explorer API is a powerful and easy-to-use API that allows developers to interact with the EpicChain blockchain
- Host: GitHub
- URL: https://github.com/epicchainlabs/epicchain-explorer-api
- Owner: epicchainlabs
- Created: 2024-04-04T08:39:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:24:05.000Z (20 days ago)
- Last Synced: 2024-12-02T15:29:11.835Z (20 days ago)
- Topics: api, blockchain-api, blockchain-data, blockchain-integration, blockchain-interaction, dapp-development, developer-tools, epicchain, epicchain-explorer, epicchain-explorer-api
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 [email protected].
## License
The EpicChain Explorer API is released under the MIT License. See [LICENSE](LICENSE) for more information.