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

Properties

id
string
required

Unique identifier for the asset

name
string
required

Name of the asset

symbol
string
required

Symbol or ticker for the asset

fractions
number
required

Number of decimal places for the asset

created_at
string
required

Timestamp of asset creation

updated_at
string
required

Timestamp of last asset update

owner
string
required

Owner of the asset

Endpoints

List Assets

GET /assets

Retrieve a list of assets for a specific project.

Create Asset

POST /assets

Create a new asset within a project.

Get Asset Details

GET /assets/{id}

Get details of a specific asset.

Update Asset

PUT /assets/{id}

Rename an existing asset.

Delete Asset

DELETE /assets/{id}

Delete an asset.

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