Skip to main content
GET
Get supported custom quote tokens
The catalog includes built-in WSOL configurations and non-WSOL DBC configurations saved by Bags administrators. Each asset appears once, with its available configuration types grouped in flows[].configs. For a DBC launch:
  1. Request flow=dbc and check profileEligible and launchAvailability.
  2. Select a configs entry and read its graduationThresholdRaw as raw quote units.
  3. Pass its configType as bagsConfigType to Create Custom Quote Fee Share Config Plan, along with the same quote mint and token program.
reviewedForLaunch remains a compatibility field for built-in or admin-configured entries. It does not replace the current availability check. The catalog currently contains DBC entries; flow=damm_v2_direct returns an empty tokens array. Thresholds describe new config issuance. Later changes to this listing do not alter a config that has already been issued. See Launch a Token with a Custom Quote for an example and the complete bonding-curve workflow.

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

flow
enum<string>

Optional flow filter. Omission or dbc returns the DBC catalog; damm_v2_direct currently returns an empty tokens array.

Available options:
dbc,
damm_v2_direct

Response

Successfully retrieved supported quote tokens

success
boolean
required
Example:

true

response
object