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 a deposit address on a given chain
DepositAddressStatusResponse
The response is of type object.
object