💻API
1. GET - /api/audit
/api/auditDescription: 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
Auditobject with details on the contract or an error message if the audit fails.
Last updated