GET
/
quote
/
bridge-swap
/
public
curl --request GET \
  --url https://api.rhino.fi/bridge/quote/bridge-swap/public
{
  "chainIn": "<string>",
  "chainOut": "<string>",
  "payAmount": "<string>",
  "payAmountUsd": 123,
  "receiveAmount": "<string>",
  "receiveAmountUsd": 123,
  "fees": {
    "fee": "<string>",
    "feeUsd": 123,
    "gasFee": "<string>",
    "gasFeeUsd": 123,
    "platformFee": "<string>",
    "platformFeeUsd": 123,
    "percentageFee": "<string>",
    "percentageFeeUsd": 123,
    "percentageFeeAmount": 123,
    "percentageFeeThreshold": 123
  },
  "promotion": {
    "name": "<string>",
    "maxLimitUsd": 123
  },
  "gasBoost": {
    "amountNative": "<string>",
    "amountNativeUsd": 123,
    "amountNativeTokenCost": "<string>"
  },
  "token": "<string>",
  "_tag": "bridge"
}

Query Parameters

chainIn
string
required
chainOut
string
required
amount
string
required

a string to be decoded into a BigDecimal

amountNative
string

a string to be decoded into a BigDecimal

mode
enum<string>
required
Available options:
pay
tokenIn
string
required
tokenOut
string
required

Response

200
application/json

SingleBridgePublicQuoteResponseSchema

The response is of type object.