Skip to main content
GET
Search Address Details

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

networks
string[]

Comma-separated list of blockchain networks to filter by (e.g., ethereum, solana). Repeats also allowed.

Example:
status
enum<string>[]

Comma-separated list of address statuses. Repeats also allowed.

Available options:
malicious,
blacklisted,
sanctioned
Example:
cursor
string

Opaque cursor for pagination, obtained from a previous response meta field.

Example:

"n51"

size
number

Number of results per page (1–200, default 50).

Required range: 1 <= x <= 200
Example:

50

Response

200 - application/json

List of addresses that match the specified search term.

items
object[]
required
meta
object
required
Last modified on July 22, 2026