Skip to main content
Fetch the complete registry of tokenized Overpass wrappers and their latest stats.
The endpoint is public and does not require authentication.

Query parameters

Request

Use limit=500 to retrieve the current registry in one request. Continue pagination whenever nextCursor is not null.

Response

Live values in the response change as Overpass samples the wrapper and its source pool.

Field semantics

Nullable fields have not been observed or cannot currently be calculated. Do not replace them with zero.

Paginate through every wrapper

Treat nextCursor as opaque. Do not construct or modify it.

Filter wrappers

Fetch every Kamino-backed wrapper:
Fetch wrappers for one underlying mint:
You can combine both filters.

Fetch one wrapper

Use a wrapper mint to fetch one token and the same stats without a paginated envelope.
The endpoint returns 404 with {"error":"not_found"} when the wrapper does not exist. Use wrapperMint and underlyingMint from this response to get a swap quote.