get
https://api.neutron.me/api/v2/account/stablecoin-onchain-address
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get your account's static USDT deposit address for a specific blockchain. Supports TRON (TRC-20) and Ethereum (ERC-20).
Example Request
# TRON address
curl "https://api.neutron.me/api/v2/account/stablecoin-onchain-address?walletCcy=USDT&chainId=TRON" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
# Ethereum address
curl "https://api.neutron.me/api/v2/account/stablecoin-onchain-address?walletCcy=USDT&chainId=ETH" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"Query Parameters
| Parameter | Required | Values | Description |
|---|---|---|---|
walletCcy | ✅ | USDT | Stablecoin currency |
chainId | ✅ | TRON, ETH | Blockchain network |
Example Response
{
"resultStatus": "success",
"data": {
"staticOnchainAddress": "TXYZabc123def456ghi789jkl012mno345",
"walletCcy": "USDT",
"chainId": "TRON",
"accountId": "ne01-abc123def456"
}
}Supported Chains
| Chain | Token Standard | Address Format | Typical Confirmation Time |
|---|---|---|---|
| TRON | TRC-20 | Starts with T | ~3 seconds |
| Ethereum | ERC-20 | Starts with 0x | ~15 minutes |
Important
- Send only USDT to this address — sending other tokens may result in loss of funds
- Match the chain — a TRON address cannot receive ERC-20 tokens and vice versa
- The address is static and reusable for multiple deposits
- Deposits are credited to your USDT wallet after on-chain confirmation
Related
- Send Stablecoin — Send USDT to an external address
- Swap Between Currencies — Convert USDT to BTC or fiat
- Get Bitcoin Receive Address — BTC deposit address
