Generate a new wallet for a profile
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/wallets/generate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "reference": "user-123", "network": "tBTC" } '
201
Example
{ "data": { "id": "123e4567-e89b-12d3-a456-426614174000", "date": "2024-01-01T00:00:00.000Z", "organizationId": "org_123", "reference": "user-123", "type": "User", "network": "ETH", "currentDeepIndex": 0, "index": 0, "path": "m/44'/60'/0'/0/0" } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Request body for generate wallet
Create wallet request object
Profile reference
"user-123"
Blockchain network
tBTC
tETH
AVAX
FUJI
SANDBOX
Wallet created successfully
Wallet response object
Wallet data object
Show child attributes
Was this page helpful?