CreatePlatformAssetToken

This endpoint is used to create a new asset token associated with a platform. It requires a unique Idempotency-Key in the request header to prevent duplicate requests. The request body contains the asset token's configuration, including details such as its name, symbol, supply, value, and other relevant metadata.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
3 to 40

Name of the asset token.

string
required
3 to 6

Symbol of the asset token.

uint64
required

Initial supply of the token.

uint8
required

Decimal places for asset value.

string
enum
Defaults to active

Status of the asset

Allowed:
string
enum
required

Type of the asset token.

Allowed:
uint64
required

Total initial total supply of the token.

uint8
required

Number of decimal places for supply values.

uint64
Defaults to 1

Minimum purchase quantity (defaults to 1).

uint64
Defaults to 1

Maximum purchase quantity.

double
Defaults to 0

Yield percentage for the token. For example 5.25 for 5.25%.

boolean
required
Defaults to false

If true, only KYCed investors can buy this token.

boolean
Defaults to false

Specifies if transaction approval is required.

metadata
object

Additional data represented as key-value pairs. Both the key and value must be strings.

string

Description of the asset token.

Headers
string
required

A unique key to prevent duplicate requests. Typically a UUID.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json