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

api.GasPriceAPIWrapped

{
    "baseFee": "20.05",
    "low": "21.01",
    "lowInfo": {
        "price": "21.01",
        "maxPriorityFeePerGas": "0.1",
        "maxFeePerGas": "22.01"
    },
    "medium": "22.02",
    "mediumInfo": {
        "price": "21.01",
        "maxPriorityFeePerGas": "0.1",
        "maxFeePerGas": "22.01"
    },
    "high": "23.03",
    "highInfo": {
        "price": "21.01",
        "maxPriorityFeePerGas": "0.1",
        "maxFeePerGas": "22.01"
    }
}