List assets/tokens
Assets
List Assets API
Retrieve Breezing token assets with cursor pagination, spam filtering, and GL account mappings for crypto accounting workflows.
GET
List assets/tokens
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Asset ID to start after (cursor-based pagination)
Example:
"100"
Number of assets to return (1-100)
Example:
"50"
Search by token symbol (prefix match, e.g. "ETH", "USDC")
Example:
"ETH"
Spam filter (default: "notSpam"). Breezing auto-detects spam/airdrop tokens. Use "all" to include them in results.
Available options:
all, spamOnly, notSpam Last modified on April 12, 2026