Skip to content

Manage Quotation Tokens

Access prerequisites

  • Permission (module): manageToken / manageQuotas
  • License/Feature: MANAGE_TOKENS
  • Menu container: TOKENIZATION → Tokenization group (access normally from the Tokens context)

What it is / when to use

This is the "sibling" screen of Manage Tokens, but filters only quotation-only tokens — those marked with only_quote = true. These tokens exist to provide/reference a price quote (quote pair, reference currency, index), and are not available for direct purchase.

While Manage Tokens shows the operable tokens (only_quote = false), this screen shows exactly the complement.

Prerequisites

  • Permission: manageToken / manageQuotas (dual permission — CPM enum on the backend + dynamic module in the DB).
  • License/Feature: MANAGE_TOKENS.

Step by step

  1. Open the Manage Quotation Tokens screen.
  2. Search by name and filter by network.
  3. Update the quote of a quotation token, edit it, or create a new quotation token.

Filters and columns

Filter / ColumnWhat it showsData source
Search by nameFilters by nameLocal list from getTokens() filtered by only_quote === true
NetworkFilters by network_idgetNetworks(true)
Name / NetworkIdentification and blockchaintokens_all (TokenController)
ActionsView, edit, update quote

Actions and modals

  • Create quotation token: opens the form (manage-quotas/create) — the same token form, with Quotation only (only_quote) enabled.
  • Edit / View: manage-quotas/edit/:id and manage-quotas/view/:id.
  • Update quote: opens the quote modal (reference currency + rate), saved via storeExchangeRateInformation — identical to Edit Token Quote.

Business rules / notes

Attention

  • What separates this screen from Manage Tokens is the Quotation only flag (only_quote). Enabling this flag on a token moves it here; disabling it returns it to Manage Tokens.
  • Quotation tokens cannot be purchased — they serve as a price reference for other assets and reports.
  • Financial values: the quote is BigNumber — no rounding. If the quotation token has an automatic provider (cmc_name), the next cycle may overwrite the manual quote.