cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/deposit/crypto \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "currency": "<string>", "network": "<string>" } '
{ "status": "ok", "data": { "wallet_address": "<string>", "currency": "<string>", "network": "<string>" } }
Allows users to deposit funds into their wallet using crypto.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Crypto deposit address provided
"ok"
Show child attributes