Enumerate manageable tokens
Returns one paginated list of every token the caller workspace can manage: held balances (canonical assets aggregated across chains, plus uncurated tokens keyed by network+denom) union tokens carrying a stored whitelist override. Always shows everything — does not accept show_all. Composable filters: state, has_override, priced, network. The two logically contradictory filter combinations (see docs) return an empty list, not a 400. refresh=true busts the cached aggregate and re-scans stored balances only — no live RPC/chain fan-out, unlike GET /accounts/concentration’s refresh.
Authorizations
Authorization method required to allow user to access the api endpoints.
Query Parameters
Opaque cursor for the next page of results — echo back meta.next_cursor from the previous response verbatim.
"eyJ1c2QiOjUyMy40NCwiYW1vdW50IjoiNTIzLjQ0Iiwic3ltYm9sIjoiVVNEQyIsIm5ldHdvcmsiOm51bGwsImRlbm9tIjpudWxsfQ=="
1 <= x <= 100050
Restrict to entries whose effective_state matches. Omit to return both.
shown, hidden Restrict to entries that do (true) or do not (false) carry a stored override. Finds every customization, including orphans and dead config.
Restrict to entries whose priced flag matches. Use priced=false to isolate the unpriced tail where spam concentrates.
Restrict to entries held on (or, for uncurated tokens, keyed to) one network.
"ethereum"
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.