Acounts
Get Account
Get account information given an account ID.
Method: GET
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 Block Count
Get the number of blocks forged by an account.
Method: GET
Example response: 200
Get Account Block Ids
Get the block IDs of all blocks forged (generated) by an account in reverse block height order.
Method: GET
Example response: 200
Get Account Blocks
Get all blocks forged (generated) by an account in reverse block height order.
Method: GET
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 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 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 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 Account Id
Get an account ID given a secret passphrase or public key.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Account Ledger
Get multiple account ledger entries.
Method: GET
Example response: 200
Get Account Ledger Entry
Get a specific account ledger entry.
Method: GET
Example response: 200
Get Account Lessors
Get the lessors to an account.
Method: GET
Example response: 200
Get Account Phased Transaction Count
Get the number of pending phased transactions associated with an account given the account ID.
Method: GET
Example response: 200
Get Account Properties
Get the Account properties for a specific account or setter.
Method: GET
Example response: 200
Get Account Public Key
Get the public key associated with an account ID.
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 Balance
Get the balance of an account.
Method: GET
Example response: 200
Get Blockchain Transactions
Get the transactions associated with an account in reverse block timestamp order.
Method: GET
Example response: 200
Get Contract References
Get contracts references for a certain account.
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 Effective Balance
Get the balance of an account in ARDR.
Method: GET
Example response: 200
Get Funding Monitor
Get a funding monitor. The monitors for a single funding account will be returned when the secret phrase is specified. A single monitor will be returned if holding and property are specified. Otherwise, all monitors for the funding account will be returned The administrator password is not required and will be ignored. When the administrator password is specified, all monitors will be returned unless the funding account is also specified. A single monitor will be returned if holding and property are specified. Otherwise, all monitors for the funding account will be returned. Holding type codes are listed in getConstants. In addition, the holding identifier must be specified when the holding type is ASSET or CURRENCY.
Method: GET
Example response: 200
Get Guaranteed Balance
Get the balance of an account in ARDR. This is the minimum balance the account had in the interval:
Method: GET
Example response: 200
Get Polls
Get poll details in reverse creation order.
Method: GET
Example response: 200
Get Unconfirmed Transaction Ids
Get a list of unconfirmed transaction IDs associated with an account.
Method: GET
Example response: 200
Get Unconfirmed Transactions
Get a list of unconfirmed transactions associated with an account.
Method: GET
Example response: 200
Get Voter Phased Transactions
Get pending phased transactions which include a whitelist in reverse chronological creation order. These transactions can be considered transaction approval requests.
Method: GET
Example response: 200
RS Convert
Get both the Reed-Solomon account address and the account number given an account ID.
Method: GET
Example response: 200
Search Accounts
Get accounts having a name or description that match a given query in reverse relevance order.
Method: GET
Example response: 200
Send Money
Send chain tokens to an account.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Set Account Info
Set account information.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Set Account Property
Set account property.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Delete Account Property
Deletes an account property.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Delete Contract Reference
Deletes a contract reference for a specific account (the contract itself is not deleted)
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Set Contract Reference
Sets a contract reference for a specific account.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Start Funding Monitor
Starts a funding monitor that will transfer ARDR, ASSET, CURRENCY or child chain tokens (ie: IGNIS) from the funding account to a recipient account when the amount held by the recipient account drops below the threshold. The transfer will not be done until the current block height is greater than equal to the block height of the last transfer plus the interval. The funding account is identified by the secret phrase.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Stop Funding Monitor
Stop a funding monitor. When the secret phrase is specified, a single monitor will be stopped. The monitor is identified by the secret phrase, holding and account property. The administrator password is not required and will be ignored.
When the administrator password is specified, a single monitor can be stopped by specifying the funding account, holding and account property. If no account is specified, all monitors will be stopped.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Last updated