v1
latestOpenAPI 3.1.02026-07-24590534.0 KBFetch deposits made by sub-users
Fetch all deposits made by sub-users.
get/users/deposits/all
Query parameters
currency'btc' | 'usdt' | 'eth' | 'xaut' | 'usat' | 'xrp' | 'dash' | 'ltc' | 'trx' | 'doge' | 'bnb' | 'pol' | 'usdc' | 'aave' | 'shib' | 'link' | 'cake' | 'xlm' | 'ada' | 'bch' | 'floki' | 'sol' | 'cfx' | 'ton' | 'sui' | 'zk' | 'lsk' | 'axcnh' | 'qdx' | 'cngn'
Allowed Currencies values: usdt, btc, ltc, eth, xrp, usdt, dash, trx, doge, xrp, bnb, matic, shib, axs, safemoon, cake, xlm, aave, link.
state'submitting' | 'canceled' | 'submitted' | 'rejected' | 'failed' | 'accepted' | 'checked.'
Allowed State values: submitting, canceled, submitted, rejected, failed, accepted, checked.
start_datestring date
A timestamp from which to start listing transaction, e.g. 2017-09-24T00:00:05.000Z, 2017-09-21
end_datestring
A timestamp at which to stop listing transaction e.g. 2017-09-24T00:00:05.000Z, 2017-09-21
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": [
{
"id": "757e7bd0790b4945abf2d0dc714256fc",
"type": "coin_address",
"currency": "USDT",
"amount": "1.0000000000000000",
"fee": "0.0000000000000000",
"txid": "0x0b88a4bde5bbb44da361b9012f7fa42afbf5052dd86f467681567053e140f2e5",
"status": "accepted",
"wallet": {
"id": "4dd376f662844dce82cd8638af35f908",
"name": "USDT",
"currency": "usdt",
"balance": "1.000000",
"locked": "0.0000000000",
"staked": "0.0000000000",
"user": {
"id": "okbj9k38",
"sn": "Qvp1qdic2",
"email": "test2@gmail.com",
"first_name": "test",
"last_name": "testerf",
"created_at": "2026-02-13T10:41:07.000Z",
"updated_at": "2026-02-13T10:47:55.000Z"
},
"converted_balance": "1.000000",
"reference_currency": "USDT",
"is_crypto": true,
"created_at": "2026-02-18T16:36:32.000Z",
"updated_at": "2026-02-18T16:36:33.000Z",
"blockchain_enabled": true,
"default_network": "bep20",
"networks": [
{
"id": "bep20",
"name": "Binance Smart Chain",
"deposits_enabled": true,
"withdraws_enabled": true
}
],
"deposit_address": "bc1qfdzr0gsfxjpe8ah46t6npk0eyhq2p5047dnj0z"
},
"user": {
"id": "okbj9k38",
"sn": "Qvp1qdic2",
"email": "test2@gmail.com",
"first_name": "test",
"last_name": "testerf",
"created_at": "2026-02-13T10:41:07.000Z",
"updated_at": "2026-02-13T10:47:55.000Z"
},
"created_at": "2026-02-18T16:36:30Z",
"payment_transaction": {
"status": "confirmed",
"confirmations": 1,
"required_confirmations": 1
},
"payment_address": {
"id": "66afede22eea49508253215e0c136a74",
"currency": "USDT",
"address": "0xcf15f42f933DFBB724AC3e70Edb4Fb11d6Fc4691",
"total_payments": "1.0000000000000000",
"created_at": "2026-02-18T16:30:42.000Z",
"updated_at": "2026-02-18T16:30:42.000Z"
}
}
]
}