Adds/Marks an account as treasury account for a given asset
Treasury Accounts are excluded from distributions for token/asset holders.
Burns assets, i.e. is de facto a transfer to recipient address '0'
Calculates the fee for AssetApi.distributeToAssetHolders
Cancel Ask Order
Cancel Bid Order
Distributes Signa and/or another asset to the holders of a given asset. Just pass the total amount to be distributed and it will be sent/distributed proportionally (at very high transation rate, i.e. 5K TPS) to all holders.
To inspect the share a token holder received you need to use TransactionApi.getDistributionAmountsFromTransaction
To calculate the fees upfront use AssetApi.calculateDistributionFee.
Get all available assets
Search for asset trades
Get asset information by its id
Get all accounts that holds the fiven asset
Get all asset trades by accountId and/or assetId
A convenience function to get all asset transfers by accountId
A convenience function to get all asset transfers by assetId
Get all asset transfers by accountId and/or assetId
A convenience function to get all asset transfers by accountId
A convenience function to get all asset transfers by assetId
Gets all assets by given issuer. So, if an ownership was transferred the asset won't be listed by this call.
Gets all assets by name (or parts of it)
Gets all assets by given owner. So, if an ownership was transferred this new owner is considered byt this call.
Gets all open Ask Orders
Gets all open Ask Orders
Gets all open Ask Orders per asset
Gets all open Bid Orders
Gets all open Bid Orders per account
Gets all open Bid Orders per asset
The trade history is a journal about open/filled and/or cancelled trades for a given account and optionally set asset
Issues assets
Mints assets
Place Ask Order
Place Ask Order
Transfer assets
Transfer assets ownership
Transfer multiple (2-4) assets in one transaction.
Asset API
The Asset API provides all functions for Asset/Token operations