lowerbound
and limit parameters to page through the list. To retrieve all accounts, start by setting lowerbound
to the empty string ""
, and then each iteration, pass the last account name returned as the lowerbound
for the next list_accounts()
call.lowerbound
: the name of the first account to return. If the named account does not exist, the list will start at the account that comes after lowerbound
limit
: the maximum number of accounts to return (max: 1000)id
: the name or id of the account whose balances you wantname
: the name of the account, must be unique on the blockchain. Shorter names are more expensive to register; the rules are still in flux, but in general names of more than 8 characters with at least one digit will be cheap.owner
: the owner key for the new accountactive
: the active key for the new accountregistrar_account
: the account which will pay the fee to register the userreferrer_account
: the account who is acting as a referrer, and may receive a portion of the user’s transaction fees. This can be the same as the registrar_account if there is no referrer.referrer_percent
: the percentage (0 - 100) of the new user’s transaction fees not claimed by the blockchain that will be distributed to the referrer; the rest will be sent to the registrar. Will be multiplied by GRAPHENE_1_PERCENT when constructing the transaction.broadcast
: true to broadcast the transaction on the networkname
: the name or id of the account to upgradebroadcast
: true to broadcast the transaction on the networkbrain_key
: the brain key used for generating the account’s private keysaccount_name
: the name of the account, must be unique on the blockchain. Shorter names are more expensive to register; the rules are still in flux, but in general names of more than 8 characters with at least one digit will be cheap.registrar_account
: the account which will pay the fee to register the userreferrer_account
: the account who is acting as a referrer, and may receive a portion of the user’s transaction fees. This can be the same as the registrar_account if there is no referrer.broadcast
: true to broadcast the transaction on the networkfrom
: the name or id of the account sending the fundsto
: the name or id of the account receiving the fundsamount
: the amount to send (in nominal units, for example to send half of a PPY specify 0.5)asset_symbol
: the symbol or id of the asset to sendmemo
: a memo to attach to the transaction. The memo will be encrypted in the transaction and readable for the receiver. There is no length limit other than the limit imposed by maximum transaction size, but transaction increase with transaction sizebroadcast
: true to broadcast the transaction on the networkfrom
: the name or id of the account sending the fundsto
: the name or id of the account receiving the fundsamount
: the amount to send (in nominal units, for example to send half of a PPY specify 0.5)asset_symbol
: the symbol or id of the asset to sendmemo
: a memo to attach to the transaction. The memo will be encrypted in the transaction and readable for the receiver. There is no length limit other than the limit imposed by maximum transaction size, but transaction increase with transaction sizeauthorizing_account
: the account who is doing the whitelistingaccount_to_list
: the account being whitelistednew_listing_status
: the new whitelisting statusbroadcast
: true to broadcast the transaction on the networkaccount_name
: An account name, account ID, or vesting balance object ID.witness_name
: The account name of the witness, also accepts account ID or vesting balance ID type.amount
: The amount to withdraw.asset_symbol
: The symbol of the asset to withdraw.broadcast
: true if you wish to broadcast the transactionaccount_name_or_id
: the name or ID of the account to provide information aboutaccount_name_or_id
: the name or ID of the account to look upname
: the name or id of the accountlimit
: the number of entries to return (starting from the most recent)operation_history_objects
fee_paying_account
: The account paying the fee for the op.proposal_id
: The proposal to modify.delta
: Members contain approvals to create or remove. In JSON you can leave empty members undefined.broadcast
: true if you wish to broadcast the transaction