Skip to main content
GET
Get the org's funding address

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

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

chain
string
required

Human-readable chain name, e.g. "TRON"

Example:

"TRON"

network
enum<string>
required

Not caller-selectable

Available options:
TRC20,
ERC20
asset
string
required

Always "USDT" today

Example:

"USDT"

address
string
required

This org's own deposit wallet

contract_address
string
required

The asset's own on-chain contract address — distinct from address.

balance
object
required

USDT balance at address.

gas_balance
object
required

Native-token balance (e.g. TRX) at the same wallet — needed for outbound gas.