Deposit Info
Returns your unique deposit address and memo. Use these when sending TRX or USDT to fund your Merx account.
GET
/api/v1/deposit/infoRequires authenticationAlways include the memo
Deposits sent without the correct memo cannot be automatically credited to your account. Recovery of funds sent without a memo requires manual processing and may take up to 48 hours.
Request
No query parameters or request body. Requires a valid JWT or API key.
Request examples
curl https://merx.exchange/api/v1/deposit/info \
-H "X-API-Key: sk_live_your_key_here"Response
Returns your deposit address, memo, minimum deposit amounts, and any additional notes about deposit processing.
200Success
{
"address": "TKVSaJQDWeKR1tP9f9LXbdFZYiR7c9mEZz",
"memo": "d8f2a1b3c4",
"min_amount_trx": 10000000,
"min_amount_usdt": 5000000,
"note": "Deposits are credited after 20 confirmations"
}Response fields
addressstringTRON address to send deposits tomemostringUnique memo to include with your transfermin_amount_trxnumberMinimum TRX deposit amount in SUNmin_amount_usdtnumberMinimum USDT deposit amount in base unitsnotestringAdditional information about deposit processing