Tokn Ledger home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Essentials
Transactions
Documentation
API Reference
Documentation
Get Started
Introduction
Essentials
Assets
Projects
Transactions
Wallets
API Reference
GET
List all assets
POST
Create a new asset
GET
Get details of a specific asset
PUT
Rename an existing asset
DEL
Delete an asset
GET
List all projects
POST
Create a new project
GET
Get details of a specific project
PUT
Rename an existing project
GET
List transactions for a wallet
POST
Run a new transaction between two wallets
POST
Seed a new transaction to a system wallet
GET
Get user plan
POST
Create a new wallet
GET
List customer wallets
PUT
Change wallet status
GET
List system wallets
GET
Get wallet details
POST
Post webhook
On this page
Properties
Endpoints
List Transactions
Create Transaction
Seed Transaction
Essentials
Transactions
Process asset transfers between wallets
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
Copy
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
.
Projects
Wallets
Assistant
Responses are generated using AI and may contain mistakes.