List quote tokens
GET/token-launches/quote-tokens
Every token a new launch pool on chain can be quoted in: the chain default (WETH) first, then the chain's fixed allowlist (Base: BNKR, ba3Pump, cbHYPE, cbZEC, TAO; Robinhood Chain: BNKR, musebook), then every tokenized stock Bankr can price on that chain (Robinhood Chain and Base). Unauthenticated; cached for 30 seconds.
Each entry carries deployField — the Deploy request-body field that selects it: pairedStockAddress for a tokenized stock, pairedTokenAddress for an allowlist token, launchV3.quoteAddress on a chain live on Bankr Launch v3, or null for the default (omit every pairing field). Send the entry's address in that field, together with the response's provider as provider, so the pairing is resolved by the provider that listed it.
Stocks carry an advisory illiquid verdict (true = the stock's own pool is thin right now, null = not measured); a thin stock still launches, the pool is just hard to trade until liquidity arrives. Allowlist tokens carry the readiness gate — a pending token is refused at deploy time until Bankr verifies its liquidity.
The CLI renders this list with bankr launch quotes --chain <chain> and sends the matching field for bankr launch --quote <symbol|address>.
Request
Responses
- 200
- 400
- 503
Quote tokens for the chain, the default first.
Unsupported chain.
Quote tokens are not available for this chain right now (its launch provider could not be resolved).