cURL
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>" }, "speed": "fast", "estimatedDuration": 1, "token": "<string>", "_tag": "bridge" }
Fetch public bridge and swap quote.
a string to be decoded into a BigDecimal
pay
SingleBridgePublicQuoteResponseSchema
The response is of type object.
object