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

Path Parameters

chain
string
required
token
string
required

Response

200
application/json

Success

The response is of type object.