v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-0649142500.6 KB
addresses

Create address

Generate a new address for the given network and reference. Requires wallet/address policy.

post/api/v1/addresses/generate

Headers

x-sdk-versionstring required

SDK version header

Request body

referencestring required

Profile reference that owns the address

networkIdstring uuid required

UUID of the network to generate the address on

clientSharestring required

Client share for key derivation. Must be non-empty.

Example request

{
  "reference": "user",
  "networkId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "clientShare": "c2hhcmUtZGF0YS1iYXNlNjQ="
}

Response

Address created

messagestring required
All 49 operations