Skip to main content

XChainQuoteResponse

Quote-only response for cross-chain swap (no account provided).

currencyIn objectrequired

Input currency info (source chain)

property name*any

Input currency info (source chain)

currencyOut objectrequired

Output currency info (destination chain)

property name*any

Output currency info (destination chain)

quotes object[]required
  • Array [
  • bridgestring
    tradeInputnumber
    tradeOutputnumber
    estimatedDurationnumber

    Estimated bridging duration in seconds

  • ]
  • XChainQuoteResponse
    {
    "currencyIn": {},
    "currencyOut": {},
    "quotes": [
    {
    "bridge": "string",
    "tradeInput": 0,
    "tradeOutput": 0,
    "estimatedDuration": 0
    }
    ]
    }