Get the org's funding address
Where to send USDT to fund payouts, and the current balance there. Org-level, not per-order or per-batch — stable, safe to cache. Confirming a batch never returns a new address; it only moves whatever balance is already sitting here.
Authorizations
API key for authentication
ES256 JWT signed by the private key registered to the API key above. Claims: sub (=API key), uri, nbf, iat, exp, and bodyHash (HMAC-SHA512 of uri + rawBody + nbf using a shared secret, base64).
Response
Funding address
Human-readable chain name, e.g. "TRON"
"TRON"
Not caller-selectable
TRC20, ERC20 Always "USDT" today
"USDT"
This org's own deposit wallet
The asset's own on-chain contract address — distinct from address.
USDT balance at address.
Native-token balance (e.g. TRX) at the same wallet — needed for outbound gas.

