API ReferenceWalletDeposits

Deposits

Fetch deposit addresses and deposit history.

GET/api/v1/deposit/addressWeight: 10USER_DATA

Get the deposit address for an asset on a given network. Send funds on the same network, and include the memo or tag if one is returned.

ParameterTypeRequiredDescription
assetSTRINGYesThe coin, e.g. USDT
networkSTRINGYesThe network, e.g. TRC20, ERC20, BEP20
json
{
  "asset": "USDT",
  "network": "TRC20",
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb",
  "memo": ""
}
CautionSending an asset on the wrong network, or omitting a required memo, can lead to permanent loss. Always match the network exactly.
GET/api/v1/deposit/historyWeight: 10USER_DATA

List past deposits. Filter by asset and time range. Each record includes its status and on-chain transaction id.

json
[
  {
    "asset": "USDT",
    "network": "TRC20",
    "amount": "500.00",
    "status": "SUCCESS",
    "txId": "3c9e...b1a2",
    "confirmations": "20/20",
    "insertTime": 1717420000000
  }
]
Risk Warning

Cryptocurrencies and their derivatives are innovative financial products with great volatility and high investment risks. Although Oimox is committed to providing users with easy-to-use trading tools, trading itself is still a highly sophisticated field. Trading digital assets and their derivatives are subject to high market risk and price volatility and may result in partial or total loss of account funds. You must carefully consider and exercise clear judgment to evaluate your financial situation and the aforementioned risks before using Oimox Services. You shall be responsible for all losses arising therefrom. If necessary, please consult relevant professionals to make informed decisions before investing. By accessing, downloading, using or clicking on “I agree” to accept any Oimox Services provided by Oimox, you agree that you have read, understood and accepted all of the terms and conditions stipulated in Oimox's Terms of Use as well as our Privacy Policy.

© 2024-2026 Oimox. All rights reserved.