Deposits
Fetch deposit addresses and deposit history.
/api/v1/deposit/addressWeight: 10USER_DATAGet 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset | STRING | Yes | The coin, e.g. USDT |
| network | STRING | Yes | The network, e.g. TRC20, ERC20, BEP20 |
/api/v1/deposit/historyWeight: 10USER_DATAList past deposits. Filter by asset and time range. Each record includes its status and on-chain transaction id.