Developer FAQs
Developer FAQs
How can I view smart contracts using RPC?
Use the JSON RPC listcontracts
endpoint. For example, to view verified contracts, use the following query. Pagination is available
curl -X GET "
https://quaiscan.io/api?module=contract&action=listcontracts&page=1&offset=50&filter=verified
" -H "accept: application/json"
How do I verify contracts via an API?
There are several ways:
Use the API v2 endpoints
Use the RPC endpoints for verification
Last updated