v12

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

Generate wallet if not exists and create address (v2)

V2: creates wallet if needed, then generates address for the given network and reference.

post/api/v2/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

Generate wallet if not exists and create address (v2)

messagestring required