logo
CryptoGet deposit address
Crypto

Get deposit address

Get USDT TRC20 address for deposits.

curl -X POST "https://api.gpuniq.com/v1/crypto/deposit/address" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -d '{
  "user_id": 123
}'
{
  "address": "123 Main St",
  "network": "example_string",
  "currency": "example_string",
  "min_amount": 3.14,
  "expires_at": "2024-12-25T10:00:00Z"
}
POST
/v1/crypto/deposit/address
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
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

Responses

addressstring
networkstring
currencystring
min_amountnumber
expires_atstring
Was this page helpful?
Built with Documentation.AI

Last updated Jan 9, 2026