Skip to main content
GET
/
deposit-addresses
/
search
Search deposit addresses by different fields
curl --request GET \
  --url https://api.rhino.fi/bridge/deposit-addresses/search \
  --header 'authorization: <api-key>'
{
  "nextPageToken": "<string>",
  "items": [
    {
      "depositChain": "<string>",
      "depositAddress": "<string>",
      "destinationChain": "<string>",
      "destinationAddress": "<string>",
      "addressNote": "<string>",
      "postBridgeData": {
        "_tag": "extended",
        "vaultId": 1
      },
      "tokenOut": "<string>",
      "refundAddress": "<string>",
      "bridgeIfNotSwappable": true,
      "userId": "<string>",
      "webhookUrl": "<string>"
    }
  ]
}

Authorizations

authorization
string
header
required

Query Parameters

addressNote
string

a string at most 80 character(s) long

Maximum length: 80
depositChain
string

a non empty string

Minimum length: 1
destinationChain
string

a non empty string

Minimum length: 1
destinationAddress
string

a non empty string

Minimum length: 1
pageToken
string

a non empty string

Minimum length: 1
pageSize
string

a string to be decoded into a number

Response

SearchDepositAddressResponse

nextPageToken
string | null
required

a non empty string

Minimum length: 1
items
object[]
required