Skip to main content
GET
/
v2
/
smart-contracts
/
{address_hash_param}
/
audit-reports
Audit reports list
curl --request GET \
  --url http://localhost/api/v2/smart-contracts/{address_hash_param}/audit-reports
{
  "items": [
    {
      "audit_company_name": "<string>",
      "audit_publish_date": "2023-12-25",
      "audit_report_url": "<string>"
    }
  ],
  "next_page_params": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

address_hash_param
string
required

Address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Audit reports.

List of smart-contract's audit reports

items
AuditReport · object[]
required
next_page_params
object
required