Creates a new saved address.
POST/api/v1/address
Verification
Please note that skip2FA
and skipConfirm
require verification:
-
skip2FA
can be verified by providingotpToken
in this request. IfotpToken
is not provided, a 2FA code can be entered by following the the link included in the email sent upon address creation. -
skipConfirm
can be verified by following the link included in the email sent upon address creation.
Please note that the email will be valid for 30 minutes.
Whitelist
If the address book has the whitelist
setting enabled, then creating a saved address will require both 2FA verification and the passage of cooldown period. 2FA can either be provided immediately (otpToken
) or by following the link included in the email sent upon address creation.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Request was successful
Parameter Error
Unauthorized
Access Denied
Not Found