Remove Mapped Public Address

This call removes the mapping of the supplied public address on the supplied blockchain for the supplied token from the supplied FIO Handle, so that it will no longer be returned using /get_pub_address.

When * is specified as token_code only that entry is removed. For example if the FIO Handle is mapped to ETH-USDC and ETH-* and the user removes ETH-* as a mapping, ETH-USDC is retained.

The actor must own the supplied FIO Handle.

See FIO Handle Mapping Guide form more information.

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: fio.address
  • name: remaddress

SDK Sandbox Example

Stackblitz

Body Params
string
required
length between 3 and 64

FIO Handle. It used to be called FIO Address, so you will still see it referred to as such.

public_addresses
array of objects
required
length between 1 and 5

Public addresses to be removed.

public_addresses*
string
required
length between 1 and 10
string
required
length between 1 and 10
string
required
length between 1 and 128

Public address for chain/token code.

Integrated Address

If the blockchain supports it, an integrated address may be passed in just like standard public address. The FIO protocol does not perform validation on the passed string.

URI Scheme

FIO Protocol will support formatting of public addresses using URI where certain attributes are appended to the public address following a '?' and delimited with '&'. To allow inter-wallet operability, the following standardized parameters will be supported in official FIO Protocol SDKs.

Parameters

  • dt - Ripple
  • memo - Any - use as generic memo field
  • memo_id - Stellar
  • memo_text - Stellar
  • memo_hash - Stellar
  • memo_return - Stellar
  • payment_id - Monero

See FIO Handle Mapping Guide for more information.

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
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.

string
required

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

Response

Language
URL
Request
Response
Choose an example:
application/json