Developer FAQs

Developer FAQs

chevron-rightHow can I view smart contracts using RPC?hashtag

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"
chevron-rightHow do I verify contracts via an API?hashtag

Last updated