Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content
GET/usdt_deposit_txs

USDT deposit transactions

Chronological USDT deposit Transfer logs into deterministic receivers, enriched with lease/claim linkage.

Try it
Request
GEThttps://api.untron.finance/v3/usdt_deposit_txs

Request

Response (200)

[
  {
    "chain_id": "tron:0x2b6653dc",
    "block_number": "0",
    "block_timestamp": "2026-01-29T00:00:00.000Z",
    "log_index": "0",
    "sender": "T…",
    "recipient": "T…",
    "token": "T…",
    "amount": "0",
    "receiver_salt": "0x…",
    "recommended_action": "pending",
    "deposit_processed": false
  }
]