v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
depositAddresses

Get deposit address status

Returns the status of a deposit address on a given chain

get/deposit-addresses/{depositAddress}/{depositChain}

Path parameters

string required

a string that will be trimmed

OR
string required

Tron basic address format

OR
string required
OR
string required
depositChainstring required

Response

DepositAddressStatusResponse

depositChainstring required

The blockchain network identifier where the deposit address is located.

depositAddressstring required

The generated deposit address where users should send tokens.

destinationChainstring required

The blockchain network identifier where bridged tokens will be sent.

destinationAddressstring

a non empty string

addressNotestring

Optional note or label for the deposit address (max 80 characters).

isActiveboolean required

Whether this deposit address is currently active and accepting deposits.

isPausedboolean required

Whether this deposit address is currently paused. Paused addresses reject incoming deposits until they are unpaused.

tokenOutstring

Optional token to receive after bridging (for token swaps).

refundAddressstring

a non empty string

bridgeIfNotSwappableboolean

Whether to bridge tokens even if they cannot be swapped (optional).