Transactions represent movements of assets between wallets in your projects.

Properties

amount
number
required

Amount of the asset transferred

date
string
required

Timestamp of the transaction

currency
string
required

Currency or asset symbol used in the transaction

balance
number
required

Resulting balance after the transaction

from
string
required

Source wallet address

id
string
required

Unique identifier for the transaction

to
string
required

Destination wallet address

Endpoints

List Transactions

GET /transactions

Retrieve a list of transactions for a specific wallet.

Create Transaction

POST /transactions

Create a new transaction between two wallets.

Seed Transaction

POST /transactions/seed

Seed a new transaction to a system wallet.

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