logo
CryptoCreate withdrawal
Crypto

Create withdrawal

Withdraw USDT to external wallet.

curl -X POST "https://api.gpuniq.com/v1/crypto/withdrawal" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -d '{
  "amount": 3.14,
  "address": "123 Main St",
  "network": "example_string"
}'
{
  "withdrawal_id": "example_string",
  "amount": 3.14,
  "fee": 3.14,
  "address": "123 Main St",
  "status": "example_string",
  "created_at": "2024-12-25T10:00:00Z"
}
POST
/v1/crypto/withdrawal
POST
Security Scheme
Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Content-Typestring
Required

The media type of the request body

Options: application/json
amountnumber
Required

Amount in USDT

Min: 0
addressstring
Required

TRC20 wallet address

Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Body

application/json
amountnumber
Required

Amount in USDT

addressstring
Required

TRC20 wallet address

Responses

withdrawal_idstring
amountnumber
feenumber
addressstring
statusstring
created_atstring
Was this page helpful?
Built with Documentation.AI

Last updated Jan 9, 2026