GET
/
deposit-addresses
/
{depositAddress}
/
{depositChain}
Get deposit addresses status
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
}

Authorizations

authorization
string
header
required

Path Parameters

depositAddress
string
required
depositChain
string
required

Response

200
application/json

DepositAddress

The response is of type object.