Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement blockchain indexer API routes #1286

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lilycom02
Copy link

This PR implements the blockchain indexer API routes with the following features:

  • Add block information query endpoint
  • Add transaction information query endpoint
  • Add address transaction history endpoint with pagination
  • Add latest blocks and transactions list endpoints
  • Add universal search endpoint
  • Implement unified response format and error handling
    The implementation provides a complete set of REST APIs for blockchain data querying, which will serve as the backend foundation for the blockchain explorer frontend.

jasonandjay
jasonandjay previously approved these changes Mar 20, 2025
@jasonandjay
Copy link
Collaborator

thanks for your contribution. add wechat DappLearning to join our developer group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants