Asset Exchange
Cancel Order
Cancel an existing asset order.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Delete Asset Property
Permanently deletes a specified asset property.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Delete Asset Shares
Permanently deletes a specified quantity of owned asset shares.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Dividend Payment
Pay dividend to all shareholders of an asset.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Account Asset Count
Get the number of assets owned by an account given the account ID.
Method: GET
Example response: 200
Get Account Assets
Get the assets owned by a given account in reverse quantity order.
Method: GET
Example response: 200
Get Account Current Order Ids
Get current asset order IDs given an account ID in reverse block height order.
Method: GET
Example response: 200
Get Account Current Orders
Get current asset orders given an account ID in reverse block height order.
Method: GET
Example response: 200
Get All Assets
Get all assets in the exchange in reverse block height of creation order.
Method: GET
Example response: 200
Get All Open Orders
Get all open bid/ask orders in reverse block height order.
Method: GET
Example response: 200
Get All Trades
Get all trades since a given timestamp in reverse block height order.
Method: GET
Example response: 200
Get Asset
Get asset information given an asset ID.
Method: GET
Example response: 200
Get Asset Account Count
Get the number of accounts that own an asset given the asset ID.
Method: GET
Example response: 200
Get Asset Accounts
Get the accounts that own an asset given the asset ID in reverse quantity order.
Method: GET
Example response: 200
Get Asset Dividends
Get the dividend payment history for a specific asset.
Method: GET
Example response: 200
Get Asset Ids
Get the IDs of all assets in the exchange in reverse block height of creation order.
Method: GET
Example response: 200
Get Asset Phased Transactions
Get pending phased transactions based on an asset in reverse chronological creation order. These transactions can be considered transaction approval requests.
Method: GET
Example response: 200
Get Asset Properties
Get asset properties given asset and a setter. When it is provided property it lists the value of the given property.
Method: GET
Example response: 200
Get Asset Transfers
Get transfers associated with a given asset and/or account in reverse block height order (or in the expected order of execution for expected transfers).
Method: GET
Example response: 200
Get Assets
Get asset information given multiple asset IDs.
Method: GET
Example response: 200
Get Assets By Issuer
Get asset information given multiple creation account IDs in reverse block height of creation order.
Method: GET
Example response: 200
Get Expected Asset Deletes
Gets asset deletes which are expected to be executed in the next block. Since version 2.3.0e it returns both bundled and non-bundled transactions.
Method: GET
Example response: 200
Get Order
Get a bid/ask order given an order ID.
Method: GET
Example response: 200
Get Order Ids
Get bid/ask order IDs given an asset ID, in order of decreasing bid price or increasing ask price.
Method: GET
Example response: 200
Get Expected Order Cancellations
Get all expected order cancellations in the order in which they are expected to be executed. Since version 2.3.0e it returns both bundled and non-bundled transactions.
Method: GET
Example response: 200
Get Last Trades
Get the last trade of each of multiple assets.
Method: GET
Example response: 200
Increase Asset Shares
Increase asset shares of a specific asset.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Issue Asset
Create an asset on the exchange.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Place Order
Place an asset order.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Search Assets
Get assets having a name or description that match a given query in reverse relevance order.
Method: GET
Example response: 200
Set Asset Property
Set an asset property that allows attaching metadata to assets, in the form of name/value pairs.
Method: GET
Example body (x-www-form-urlencoded)
Example response: 200
Set Phasing Asset Control
Set all transactions involving a given asset to be subject to approval (i.e. to use phasing).
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Set Asset Trade Royalties
Set or change the royalties percentage. Asset issuer can receive royalties, calculated as a fixed percentage from each trade of the asset, which is subtracted from the amount (in child chain coins) that the asset seller receives and gets added automatically to the asset issuer account.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Phasing Asset Control
returns the phasing control for a given asset, if set.
Method: GET
Example response: 200
Transfer Asset
Transfer a quantity of an asset from one account to another.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Last updated