Skip to main content
GET
/
deposit-addresses
/
{depositAddress}
/
{depositChain}
Get deposit address 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>",
  "addressNote": "<string>",
  "supportedTokens": [
    {
      "symbol": "<string>",
      "address": "<string>",
      "maxDepositLimitUsd": 1,
      "minDepositLimitUsd": 1
    }
  ],
  "isActive": true,
  "postBridgeData": {
    "_tag": "extended",
    "vaultId": 1
  },
  "tokenOut": "<string>",
  "refundAddress": "<string>"
}

Authorizations

authorization
string
header
required

Path Parameters

depositAddress
string
required
depositChain
string
required

Response

DepositAddressStatusResponse

depositChain
string
required

a non empty string

Minimum length: 1
depositAddress
string
required

a non empty string

Minimum length: 1
destinationChain
string
required

a non empty string

Minimum length: 1
supportedTokens
object[]
required
isActive
boolean
required
destinationAddress
string

a non empty string

Minimum length: 1
addressNote
string

a string at most 80 character(s) long

Maximum length: 80
postBridgeData
object
  • Option 1
  • Option 2
tokenOut
string
refundAddress
string

a non empty string

Minimum length: 1