Create a withdrawal transaction
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/withdraw \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "to": "<string>", "amount": "<string>", "from": [ "<string>" ], "network": "tBTC", "clientShare": "<string>" } '
{ "data": { "id": "<string>", "status": "pending", "hash": "<string>" } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Request body for create withdrawal
Create withdraw request object
tBTC
tETH
AVAX
FUJI
SANDBOX
Withdrawal created successfully
Withdraw response object
Show child attributes
Was this page helpful?