Create Asset Tokens
API Endpoint - Create Platform Asset Token
This feature enables you to create new Asset Tokens on a specific Platform using the rootVX API, linking them to the Platform’s currency and metadata.
How it Works
- Platform Selection Identify the platform where the new Asset Token will be minted by providing the
platform_id
. - Define Token Metadata Specify required attributes such as
token_name
,id
,supply
, and any additional metadata to define the token’s structure and purpose. - Mint the Token Call the API endpoint to initiate the minting process. The new token is generated and linked to the specified Platform’s currency.
- Confirmation & Storage Once created, the token and its metadata are recorded in the rootVX system, making it available for transactions and asset management operations.
Updated 30 days ago