Quaiscan
  • Quaiscan Open-Source Explorer
  • 🙎Using Quaiscan
    • Getting Started
      • Glossary of Terms
      • Main Menu
      • Blocks
      • Transaction Types
    • Token Support
      • ERC-1155 Support
  • 👩‍💻Developer Support
    • Quaiscan API
      • REST API Endpoints
      • GraphQL
      • JSON RPC & Quai Compatible RPC Endpoints
        • Account
        • Block
        • Contract
        • Logs
        • Stats
        • Token
        • Transaction
        • Quai RPC API
    • Smart Contract Verification
      • Quaiscan UI
      • Quaiscan smart-contract verification API
      • Hardhat Verification Plugin
    • Local Deployment
  • FAQs
    • User FAQs
    • Developer FAQs
  • 🧩Resources
    • Media kit
    • Release Notes
      • v1.0.0
    • Discussion
    • GitHub Repo
Powered by GitBook
On this page
Export as PDF
  1. Developer Support
  2. Quaiscan API

JSON RPC & Quai Compatible RPC Endpoints

API designed for ease of use

PreviousGraphQL NextAccount

Last updated 7 months ago

This API is provided for developers transitioning applications from other networks to Quai and applications requiring general API and data support. It supports GET and POST requests.

Access the API by adding /api to the end of the url. For example:

  • URL:

  • API URL:

An example query includes a module and action(s)/parameters. For example:

The following modules are supported. Click through to see specific endpoints and parameters.

?module=account

?module=logs

?module=token

?module=stats

?module=block

?module=contract

?module=transaction

👩‍💻
https://quaiscan.io
https://quaiscan.io/api
https://quaiscan.io/api?module=account&action=listaccounts&page=2&offset=5
Account
Logs
Token
Stats
Block
Contract
Transaction