cURL
curl --request GET \ --url https://api.rhino.fi/bridge/deposit-addresses/{depositAddress}/{depositChain} \ --header 'authorization: <api-key>'
{ "depositChain": "<string>", "depositAddress": "<string>", "destinationChain": "<string>", "destinationAddress": "<string>", "supportedTokens": [ { "symbol": "<string>", "address": "<string>", "maxDepositLimitUsd": 123, "minDepositLimitUsd": 123 } ], "isActive": true }
Returns the status of all deposit addresses for the user. The status can be active, inactive, or pending.
DepositAddress
The response is of type object.
object