Skip to main content
GET
List assets/tokens

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

cursor
string

Asset ID to start after (cursor-based pagination)

Example:

"100"

limit
string
default:50

Number of assets to return (1-100)

Example:

"50"

Search by token symbol (prefix match, e.g. "ETH", "USDC")

Example:

"ETH"

showSpam
enum<string>
default:notSpam

Spam filter (default: "notSpam"). Breezing auto-detects spam/airdrop tokens. Use "all" to include them in results.

Available options:
all,
spamOnly,
notSpam

Response

Assets retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
pagination
object
required
Last modified on April 11, 2026