YAD
SiteDocs
SiteDocs
  1. Schemas
  • Introduction
  • Blockchains
    GET
  • List tokens
    POST
  • Liquidity sources
    GET
  • Gas prices
    GET
  • Get price for pair
    GET
  • Transaction allowance
    GET
  • Transaction approve
    GET
  • Get quote for pair
    GET
  • Get Bridge Price
    GET
  • Get Bridge Quote
    GET
  • Get Bridge Tokens
    POST
  • Schemas
    • Schemas
      • types.Protocols
      • sources.Source
      • api.BridgedToken
      • BridgeRoutes
      • api.TokensResponse
      • api.TokenFilter
      • api.Token
      • api.SourcesAPIWrapped
      • api.SourceFilter
      • api.PlatformsAPIWrapped
      • api.PlatformsAPI
      • api.OnChainQuoteResponseAPI
      • api.OnChainPriceResponseAPI
      • api.ListTokenRequest
      • api.GasPriceInfoAPIWrapped
      • api.GasPriceAPIWrapped
      • api.FeeResp
      • api.ApproveResponse
      • api.AllowanceResponse
      • BridgePrice
      • BridgeQuote
      • QuoteDto
SiteDocs
SiteDocs
  1. Schemas

BridgeQuote

{
    "amount_out_total": "string",
    "bridge_fee": "string",
    "calldata": "string",
    "calldata_error": "string",
    "estimate_gas_total": "string",
    "fee_percent": 0,
    "fee_recipient": "string",
    "fee_amount": "string",
    "from_chain_id": 0,
    "to_chain_id": 0,
    "gas_price": "string",
    "recipient": "string",
    "token_in": "string",
    "token_out": "string",
    "to": "string",
    "routes": {
        "amount_in": "string",
        "amount_out": "string",
        "percent": 0,
        "protocol_name": "string",
        "type": "string"
    }
}