Stellar Aggregator API
List every token currently routable from the live snapshot.
Sorted by graph degree descending (most-connected tokens first), then by canonical id ascending. Useful for building token selectors and verifying that a token has at least one tradeable edge before quoting.
GET
List every token currently routable from the live snapshot.
Response
200 - application/json
List of routable tokens
Required range:
x >= 0Neighbor count in the pool graph — how many edges this token has.
Required range:
x >= 0Canonical identifier: C-strkey for Soroban, "XLM" for native, "CODE:GISSUER" for Classic.
For Classic only: just the code (e.g. "USDC") for dev convenience.
If this token has a SAC peer, the SAC's canonical identifier.
List every token currently routable from the live snapshot.

