Skip to main content
GET
/
deposit-addresses
/
{depositChain}
/
{destinationChain}
/
supported-tokens
Get supported tokens between a deposit chain and a destination chain
curl --request GET \
  --url https://api.rhino.fi/bridge/deposit-addresses/{depositChain}/{destinationChain}/supported-tokens
{
  "supportedTokens": [
    {
      "symbol": "<string>",
      "address": "<string>",
      "maxDepositLimitUsd": 1,
      "minDepositLimitUsd": 1
    }
  ]
}

Path Parameters

depositChain
string
required

a non empty string

Minimum length: 1
destinationChain
string
required

a non empty string

Minimum length: 1

Query Parameters

tokenOut
string

Response

SupportedTokensResponse

supportedTokens
object[]
required