Address Book

Create Address

POST https://api.vaultoro.com/v1/private/address

This endpoint allows to add an address to the address book.

Headers

Name
Type
Description

Authorization

string

Bearer token

Request Body

Name
Type
Description

tag

string

address

string

nickname

string

asset

string

asset name

otp

string

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated

Was this helpful?