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:

Last updated