Essentials
Transactions
Process asset transfers between wallets
Transactions represent movements of assets between wallets in your projects.
Properties
Amount of the asset transferred
Timestamp of the transaction
Currency or asset symbol used in the transaction
Resulting balance after the transaction
Source wallet address
Unique identifier for the transaction
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
Seed a new transaction to a system wallet.
For detailed information on request/response formats and examples, please refer to the API Reference.