Projects are containers for assets and wallets, allowing you to organize your digital economy.

Properties

id
number
required
Unique identifier for the project
name
string
required
Name of the project
owner
string
required
Owner of the project
asset_id
string
required
ID of the associated asset
supportExchangeRate
boolean
required
Whether the project supports exchange rates
exchangeRate
number
required
Exchange rate for the project’s asset
type
string
required
Type of the project (e.g., “loyalty” or “virtual”)
metadata
object
required
Additional metadata for the project
created_at
string
required
Timestamp of project creation
updated_at
string
required
Timestamp of last project update

Endpoints

List Projects

Retrieve a list of all projects.

Create Project

POST /projects
Create a new project.

Get Project Details

GET /projects/{id}
Get details of a specific project.

Update Project

PUT /projects/{id}
Update an existing project. For detailed information on request/response formats and examples, please refer to the API Reference.