New FIO Chain Account

This action unregisters calling account as a proxy.

For additional information see FIP-38

This action has to be serialized and signed!

Please note that this action has to be be serialized and signed before it's sent to the blockchain. The request object below only represents the action specific parameters and action specific response. See Write Transactions Guide for more information.

Actions parameters

  • account: eosio
  • name: newfioacc

SDK Sandbox Example

Stackblitz

Body Params
string
required
The supplied FIO Public Key will be used for: 1) Account name will be a hash of the key; 2) The key will be set as owner and active permissions if those parameters are left empty.
owner
object
required

JSON of authorizations, same as in auth parameter of updateauth action. Must contain the following parameters: "threshold": 1, "keys": [], "waits": [], "accounts": []. waits array is not supported and must be empty, keys and accounts arrays may be populated with desired permissions or left empty, in which case the supplied public key is set as owner permission.

active
object
required
JSON of authorizations, same as in auth parameter of updateauth action. Must contain the following parameters: "threshold": 1, "keys": [], "waits": [],  "accounts": []. waits array is not supported and must be empty, keys and accounts arrays may be populated with desired permissions or left empty, in which case the supplied public key is set as active permission.
integer
required
Defaults to 10000000000000

Maximum amount of SUFs the user is willing to pay for on-chain fee. Should be preceded by /get_fee for correct value.

Alternatively, you can set this number to a very high value, e.g. 10000000000000, since the user will only be charged the actual amount of the fee.

See

string
required

Represents FIO Account which will execute the action. In most cases this is the hashed FIO Public Key.

string
required
length between 3 and 64
Defaults to vitalik@safu

FIO Handle of the wallet which generated this transaction. This FIO Handle will be paid 10% of the fee collected. Set to empty if not known.

See Transaction Provider ID (TPID) Guide for more information.

Response

Language
URL
Request
Response
Choose an example:
application/json