Receive USDT

Accept USDT (Tether) deposits on TRON (TRC-20) or Ethereum (ERC-20).

Get Your Deposit Address

# TRON (recommended -- faster and cheaper)
curl "https://api.neutron.me/api/v2/account/stablecoin-onchain-address?walletCcy=USDT&chainId=TRON" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

# Ethereum
curl "https://api.neutron.me/api/v2/account/stablecoin-onchain-address?walletCcy=USDT&chainId=ETH" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "resultStatus": "success",
  "data": {
    "staticOnchainAddress": "TXYZabc123def456ghi789jkl012mno345",
    "walletCcy": "USDT",
    "chainId": "TRON",
    "accountId": "ne01-abc123def456"
  }
}

Supported Chains

ChainTokenAddress PrefixConfirmation TimeFees
TRONUSDT (TRC-20)T...~3 secondsVery low
EthereumUSDT (ERC-20)0x...~15 minutesHigher (gas)

Important

  • Send only USDT to these addresses -- other tokens may be lost
  • Match the chain -- a TRON address cannot receive ERC-20 tokens
  • Addresses are static and reusable
  • Use webhooks to get notified when deposits arrive