Generate a new wallet for the given reference and network. Requires wallet/address policy.
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/wallets/generate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>' \ --data ' { "reference": "<string>", "networkId": "<string>" } '
{ "data": { "reference": "<string>", "networkId": "<string>", "type": "<string>", "date": "2023-11-07T05:31:56Z", "path": "<string>" } }
API key for authentication
SDK version header
Wallet created
Show child attributes
Was this page helpful?