Skip to main content
Assets are digital representations of value in your projects, such as loyalty points or virtual currencies.

Properties

string
required
Unique identifier for the asset
string
required
Name of the asset
string
required
Symbol or ticker for the asset
number
required
Number of decimal places for the asset
string
required
Timestamp of asset creation
string
required
Timestamp of last asset update
string
required
Owner of the asset

Endpoints

List Assets

GET /assets Retrieve a list of assets for a specific project.

Create Asset

Create a new asset within a project.

Get Asset Details

Get details of a specific asset.

Update Asset

Rename an existing asset.

Delete Asset

Delete an asset. For detailed information on request/response formats and examples, please refer to the API Reference.