Creating account address
Last updated
Last updated
POST
/api/public/v1/accounts/:id/addresses
This endpoint creates a new address for a given account ID.
Headers
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>
Path Parameters
id
string
Account ID.
Body
data
object
Object with exchange request data.
data.type
string
Exchange request type. Always addresses
.
data.attributes
object
A set of exchange request attributes.
data.attributes.network_id
string
data.attributes.label
string
Address label. It can be anything that helps the user to recognize the address.
Request JSON
Response
Network ID. Refer to