You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ticker`| Ticker symbol used to represent the token | EXMPL | Uppercase letters (A-Z) and digits (0-9) only. Max 6 characters recommended | string | ✔️ |
44
-
|`name`| Display name of the token | Example Token | Any UTF-8 string | string | ✔️ |
45
-
|`desc`| Short description of the token | A sample token used for demonstration | Any UTF-8 string | string ||
46
-
|`icon`| URL to the token icon |https://example.org/token-icon.png| HTTPS URL that links to an image | string | ✔️ |
47
-
|`asset_class`| Top-level classification of token purpose | rwa | rwa, memes, wrapped, gaming, defi, other | string | ✔️ |
48
-
|`asset_subclass`| Optional subcategory, required if `asset_class = rwa`| See 2.2 _asset_subclass_| See 2.2 _asset_subclass_| string ||
49
-
|`issuer_name`| The name of the issuer account | Example Issuer | Any UTF-8 string | string | ✔️ |
50
-
|`urls`| List of related URLs (site, dashboard, social media, etc.) | See 2.3 _urls_| See 2.3 _urls_| array ||
51
-
|`additional_info`| Freeform field for key token details like interest rate, maturity date, term, or other relevant info |`{ "interest_rate": "4.75%", "maturity_date": "2030-06-30", "term": "10Y", "issuer_type": "government" }`| Any valid JSON object or UTF-8 string | JSON object or string ||
41
+
| Field |Key |Description | Example | Allowed Values| Type | Required? |
|`ticker`|`t`|Ticker symbol used to represent the token | EXMPL | Uppercase letters (A-Z) and digits (0-9) only. Max 6 characters recommended | string | ✔️ |
44
+
|`name`|`n`|Display name of the token | Example Token | Any UTF-8 string| string | ✔️ |
45
+
|`desc`|`d`|Short description of the token | A sample token used for demonstration | Any UTF-8 string| string ||
46
+
|`icon`|`i`|URL to the token icon | example.org/token-icon.png |`hostname/path` of an HTTPS URL that links to an image| string | ✔️ |
|`asset_subclass`|`as`|Optional subcategory, required if `asset_class = rwa`| See 2.2 _asset_subclass_| See 2.2 _asset_subclass_| string ||
49
+
|`issuer_name`|`in`|The name of the issuer account | Example Issuer | Any UTF-8 string| string | ✔️ |
50
+
|`urls`|`us`|List of related URLs (site, dashboard, social media, etc.) | See 2.3 _urls_| See 2.3 _urls_| array ||
51
+
|`additional_info`|`ai`|Freeform field for key token details like interest rate, maturity date, term, or other relevant info |`{ "interest_rate": "4.75%", "maturity_date": "2030-06-30", "term": "10Y", "issuer_type": "government" }`| Any valid JSON object or UTF-8 string| JSON object or string ||
52
52
53
53
---
54
54
@@ -81,38 +81,40 @@ MPTs include a 1024-byte field for arbitrary metadata. The metadata field is par
81
81
82
82
### 2.3 urls
83
83
84
-
| Field |Description | Example | Allowed Values| Required |
0 commit comments