Fetch config for a token/chain
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>" }
Success
The response is of type object.
object