Skip to main content
POST
Get a deposit address

Authorizations

Authorization
string
header
required

Your Jenzy API key: Authorization: Bearer jz_live_…

Body

application/json
network
enum<string>
required

The network to receive on. One static address per network.

Available options:
ethereum,
solana,
tron
Example:

"tron"

Response

The address you already held on this network.

network
string
required

The network by name, as you requested it (ethereum, solana, tron).

Example:

"tron"

address
string
required

Your static deposit address on this network. It never changes and accepts every asset in assets. A transfer below 1 unit of a stablecoin is lost: it is never credited and never appears as a collection.

Example:

"TXk4ZmG9rbq2VvNuHbwp7c1YdFmzPseT3H"

assets
string[]
required

The assets this address accepts. Send anything else and it is lost.

An asset code as GET /v2/assets lists it — uppercase, never compound (KES, USDT; never USDT-TRON). Network and rail live on the payment object.

Minimum string length: 1
Example: