Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CertiK Token Scan API

Real-time on-chain token contract security analysis.

CertiK Token Scan API is one of 2 APIs that CertiK publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Token Scan. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.4.2.

Requests are made against a single base URL, https://partner.certik-skynet.com.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.4.2
Base URL
https://partner.certik-skynet.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

CertiK Token Scan API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Certik-Api-Key (CertikApiKey). By default, every request must be authenticated.

  • CertikApiKey — Partner API key issued by the CertiK Business Team, sent on every request in the X-Certik-Api-Key header.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Token Scan 2

Real-time on-chain token contract security analysis.

GET
/v1/token-scan/contract/query
Scan a single token contract
queryTokenScan → 200400403500
GET
/v1/token-scan/contract/query/batch
Scan multiple token contracts in bulk
queryTokenScanBatch → 200400403500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (3 properties), TokenScanResponse (3 properties). Each schema is shown below with its type and property counts.

TokenScanResponse
object
3 properties
Error
object
Standard CertiK API error envelope.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certik-token-scan-api-openapi.yml Raw ↑

Other APIs CertiK publishes across the network.

CertiK Security Score API