Map Public Address

This call maps the supplied public address on the supplied blockchain for the supplied token to the supplied FIO Handle, so that it can be returned using /get_pub_address.

You may pass up to 5 public addresses in a single call. A maximum of 200 public addresses may be mapped to a FIO Handle.

By specifying "*" for the token code you can map all tokens for that chain to the same address.

The actor must own the supplied FIO Handle.

See FIO Handle Mapping Guide form more information.

If you choose to modify the mapping for chain_code=FIO & token_code=FIO, please first read Setting different encrypt key.

🚧

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: addaddress

SDK Sandbox Example

Stackblitz

Language
URL