Skip to main content
POST
Search Profiles

Authorizations

x-api-key
string
header
required

Your Prism API key. You can get one for free in the Prism Dashboard.

Body

application/json
chain_id
integer
required

Numeric EVM chain ID to query. See Supported Chains.

query
object

Full-text query used to match profiles by a text value against one or more fields.

filter
object

Conditions that a profile must satisfy to be included in the results. Each key is either a field path paired with comparison operators, or a logical operator ($and, $or) that combines nested filter objects.

Example:
sort
object

Rule that determines the order in which matching profiles are returned.

options
object

Controls which optional sections are included in each returned token profile.

limit
integer
default:20

Maximum number of results to return in a single page.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by a previous response. Pass it to fetch the next page of results.

Response

List of filtered and sorted token profiles.

count
integer

Total number of matching items

cursor
string

Cursor for pagination

data
object[]