Skip to main content
GET
Obtain token and chain details for swapping and/or bridging activity for a specific token on a specific chain

Path Parameters

chain
string
required

The blockchain that details should be provided for, e.g. "ETHEREUM".

token
string
required

The token that details should be provided for.

Response

ExtendedTokenEntry

decimals
number
required

The number of decimal places for the token.

coingeckoId
string
required

API ID of the token within the CoinGecko listing page.

token
string
required

The identifier for the token.

address
string
required

The contract address for the token on the given chain.

chain
string
required

The name of the chain.

maxDepositLimit
number

The maximum amount of that token that can be deposited into an SDA or bridged with Rhino.fi.

maxWithdrawLimit
number

The maximum amount of that token that can be withdrawn from an SDA or bridged with Rhino.fi.

minAmountUsdInContract
number

Minimum USD amount required in the contract for this token on this chain.

allowedRouteChains
string[]

Whitelist of chains this token may be sent to / received from on this chain. If absent, all chains are allowed.