API
1. GET - /api/audit
/api/audit
Description: Retrieves audit results for a specific token contract on a supported blockchain.
Query Parameters:
contract
:string
(address of the contract to audit)chain
:SupportedChain
(target blockchain)
Response:
Returns an
Audit
object with details on the contract or an error message if the audit fails.
Last updated