Seipex Mercury

Mercury is a high-performance API designed for rapid querying of indexed Sei network blockchain data. It offers streamlined access to essential top-level blockchain primitives including blocks, transactions, logs, and contract-related information, all supported by efficient pagination for optimal data retrieval.

Please note:

  • Currently, only top-level calls are supported

  • Trace data is not indexed, as Mercury primarily concentrates on event-centric information


Authentication

Mercury does not require authentication.


Error Handling

All endpoints will return appropriate HTTP status codes:

  • 200: Successful request

  • 400: Bad request (e.g., invalid parameters)

  • 404: Resource not found

  • 500: Internal server error

Error responses will include a JSON object with an error field describing the issue.


Rate Limiting

Mercury currently does not impose rate limits, but users are encouraged to be considerate in their usage to ensure service stability for all users.


Support

For any questions or issues regarding Mercury, please contact our team on Discord via https://discord.seipex.fi.

Last updated