cURL
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>" }
Fetch config for a token by address
ExtendedTokenEntry
The response is of type object.
object