GET
/
config
/
tokens
Single Config (token address/chain)
curl --request GET \
  --url https://api.rhino.fi/bridge/config/tokens
{
  "decimals": 123,
  "coingeckoId": "<string>",
  "maxDepositLimit": 123,
  "maxWithdrawLimit": 123,
  "minAmountUsdInContract": 123,
  "token": "<string>",
  "address": "<string>",
  "chain": "<string>"
}

Query Parameters

chain
string
required
tokenAddress
string
required

Response

200
application/json

ExtendedTokenEntry

The response is of type object.