cURL
curl --request GET \ --url https://api.rhino.fi/bridge/deposit-addresses/{depositChain}/{destinationChain}/supported-tokens
{ "supportedTokens": [ { "symbol": "<string>", "address": "<string>", "maxDepositLimitUsd": 1, "minDepositLimitUsd": 1 } ] }
Returns the supported tokens between a deposit chain and a destination chain
a non empty string
1
SupportedTokensResponse
Show child attributes