Custom Digital Assets
Key Features
Core Actions
Deploy a New Token
REQUEST:
curl --location '<https://api.orangepill.cloud/v1/fungible/token/deploy>' \\
--header 'x-api-key: <API_KEY>' \\
--header 'Content-Type: application/json' \\
--data '{
"account": "<RAMP_ACCOUNT_ID>",
"name": "DemoCoin",
"symbol": "DEMO",
"supply": "1000000",
"decimal_places": 6
}'Register a Platform-Deployed Token
Register an Existing Token
Retrieve Token Details
How It Works
Deploy New Tokens:
Register Existing Tokens:
Virtual Account Integration:
Business Benefits
End-to-End Token Management
Last updated