Skip to main content
GET
Enumerate manageable tokens

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

cursor
string

Opaque cursor for the next page of results — echo back meta.next_cursor from the previous response verbatim.

Example:

"eyJ1c2QiOjUyMy40NCwiYW1vdW50IjoiNTIzLjQ0Iiwic3ltYm9sIjoiVVNEQyIsIm5ldHdvcmsiOm51bGwsImRlbm9tIjpudWxsfQ=="

size
number
default:50
Required range: 1 <= x <= 1000
Example:

50

state
enum<string>

Restrict to entries whose effective_state matches. Omit to return both.

Available options:
shown,
hidden
has_override
boolean

Restrict to entries that do (true) or do not (false) carry a stored override. Finds every customization, including orphans and dead config.

priced
boolean

Restrict to entries whose priced flag matches. Use priced=false to isolate the unpriced tail where spam concentrates.

network
string

Restrict to entries held on (or, for uncurated tokens, keyed to) one network.

Example:

"ethereum"

refresh
boolean
default:false

Bust the cached balance aggregate and re-scan stored balances before assembling the list. No live RPC / chain fan-out — for that, call POST /accounts/refresh first. Diverges from GET /accounts/concentration, where refresh=true does trigger a live chain refresh.

Response

200 - application/json
items
object[]
required
meta
object
required
Last modified on August 5, 2026