Generate a new address for a profile
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/addresses/generate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "reference": "<string>", "network": "BTC", "clientShare": "<string>" }'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Profile reference
1
Blockchain network
BTC
tBTC
ETH
tETH
Client share for signing
Address generated successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?