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
- Open the Manage Quotation Tokens screen.
- Search by name and filter by network.
- Update the quote of a quotation token, edit it, or create a new quotation token.
Filters and columns
| Filter / Column | What it shows | Data source |
|---|---|---|
| Search by name | Filters by name | Local list from getTokens() filtered by only_quote === true |
| Network | Filters by network_id | getNetworks(true) |
| Name / Network | Identification and blockchain | tokens_all (TokenController) |
| Actions | View, 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/:idandmanage-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.