v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Purchase Limit (SELL)

Retrieves the minimum and maximum allowed sell amounts for cryptocurrency transactions.

get/purchase_limits/sell?token_symbol={token_symbol}

Path parameters

token_symbol'usdt' | 'usdc' | 'xaut' | 'usat' required

Allowed crypto assets

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Crypto sell limit retrieved",
  "data": {
    "code": "usdt",
    "min_value": "2.0",
    "max_value": "3000.0",
    "interval": "daily"
  }
}