cURL
curl --request GET \ --url https://api.rhino.fi/bridge/deposit-addresses/{depositAddress}/{depositChain} \ --header 'authorization: <api-key>'
{ "depositChain": "<string>", "depositAddress": "<string>", "destinationChain": "<string>", "supportedTokens": [ { "symbol": "<string>", "address": "<string>", "maxDepositLimitUsd": 1, "minDepositLimitUsd": 1 } ], "isActive": true, "destinationAddress": "<string>", "addressNote": "<string>", "postBridgeData": { "_tag": "extended", "vaultId": 1 }, "tokenOut": "<string>", "refundAddress": "<string>", "bridgeIfNotSwappable": true }
Returns the status of a deposit address on a given chain
DepositAddressStatusResponse
a non empty string
1
Show child attributes
a string at most 80 character(s) long
80