Essentials
Assets
Manage digital assets in your projects
Assets are digital representations of value in your projects, such as loyalty points or virtual currencies.
Properties
Unique identifier for the asset
Name of the asset
Symbol or ticker for the asset
Number of decimal places for the asset
Timestamp of asset creation
Timestamp of last asset update
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.