Quaiscan API
Last updated
Last updated
To view Modules and API Reference documentation:
Generate documentation.
mix docs
View the generated docs.
open doc/index.html
The default rate limit for requests is 50 requests/sec set via the default_api_rate_limit
variable. This applies to global requests which do not originate from a whitelisted address or do not use an API key.
API calls can be accessed from the Quaiscan main menu, footer or header depending on the instance.
Quaiscan supports several methods:
REST API: API that serves the Quaiscan UI. ->
RPC API: provided for developers transitioning their applications from other networks to Quaiscan. Supports GET and POST requests. ->
Quai RPC API: Supports the most popular . ->
: An IDE for exploring GraphQL.
quai_blockNumber
quai_getBalance
quai_getLogs
quai_gasPrice
quai_getTransactionByHash
quai_getTransactionReceipt
quai_chainId
quai_maxPriorityFeePerGas
quai_getTransactionCount
quai_getCode
quai_getStorageAt
quai_estimateGas
quai_getBlockByNumber
quai_getBlockByHash
quai_sendRawTransaction
quai_call
Send Queries to quickly get information. Use the Docs button to quickly find arguments accepted by the schema. More information is available in our .
Quaiscan supports the following methods. Requests and return data are identical to the .
More details on are available here.