Monetary System
Can Delete Currency
Determine if a currency can be deleted.
Method: GET
Example response: 200
Currency Buy / Sell
Make an exchange request to buy or sell an exchangeable currency.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Currency Mint
Submit a valid computed nonce to the blockchain in return for newly minted currency.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Currency Reserve Claim
Claim currency reserve.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Currency Reserve Increase
Increase the currency reserve of an unissued reservable currency.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Delete Currency
Delete a deletable currency
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Account Currencies
Get the currencies issued by a given account.
Method: GET
Example response: 200
Get Account Currency Count
Get the number of currencies issued by a given account.
Method: GET
Example response: 200
Get Account Exchange Requests
Get the exchange requests associated with a given account and/or currency in reverse chronological order (or in expected order of execution for expected requests).
Method: GET
Example response: 200
Get All Currencies
Get all currencies in reverse creation order.
Method: POST
Example response: 200
Get All Exchanges
Get all currency exchanges in reverse chronological order.
Method: GET
Example response: 200
Get Available To Buy
Calculates the rate required in order to completely fill an exchange request.
Method: GET
Example response: 200
Get Buy / Sell Offers
Get currency buy or sell offers given a currency ID and/or an account ID in order of rate (if sortByRate is true for expected offers, otherwise in the expected order of execution).
Method: GET
Example response: 200
Get Currencies
Get currencies given multiple currency IDs.
Method: GET
Example response: 200
Get Currencies By Issuer
Get currencies issued by multiple accounts in reverse creation order.
Method: GET
Example response: 200
Get Currency
Get the details of a currency.
Method: GET
Example response: 200
Get Currency Account Count
Get the number of accounts that hold a given currency.
Method: GET
Example response: 200
Get Currency Accounts
Get the accounts that hold a given currency in reverse units order.
Method: GET
Example response: 200
Get Currency Founders
Get a reservable currency's founders.
Method: GET
Example response: 200
Get Currency Ids
Get all currency IDs in reverse chronological creation order.
Method: GET
Example response: 200
Get Currency Transfers
Get currency transfers given a currency ID and/or an account ID in reverse block height order (or in expected order of execution for expected transfers).
Method: GET
Example response: 200
Get Exchanges
Get currency exchanges given a currency and/or an account in reverse chronological order.
Method: GET
Example response: 200
Get Exchanges By Exchange Request
Get currency exchanges given an exchange request transaction ID in reverse chronological order.
Method: GET
Example response: 200
Get Exchanges By Offer
Get currency exchanges given a currency offer ID in reverse chronological order.
Method: GET
Example response: 200
Get Last Exchanges
Get the last exchange of each of multiple currencies.
Method: GET
Example response: 200
Get Minting Target
Get the current minting target of a mintable currency.
Method: GET
Example response: 200
Get Offer
Get offer details given an offer ID.
Method: GET
Example response: 200
Issue Currency
Issue a new currency or re-issue an existing currency with different properties.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Publish Exchange Offer
Publish an exchange offer for an exchangeable currency.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Search Currencies
Get currencies having a code that matches a given query in reverse relevance order.
Method: GET
Example response: 200
Transfer Currency
Transfer currency to a given recipient.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Last updated