Skip to main content

FeePrice

No description

type FeePrice {
tip: String
speed: String!
price: String!
unit: String!
waitTimeInSeconds: String
}

Fields

FeePrice.tip ● String scalar

the optional tip or priority fee that can be added in most networks. Same unit as price

FeePrice.speed ● String! non-null scalar

the name of the fee price, typical values are slow, medium and fast.

FeePrice.price ● String! non-null scalar

price in the unit specified

FeePrice.unit ● String! non-null scalar

unit of the prices given. e.g. wei or satoshi per byte or other chain specific units

FeePrice.waitTimeInSeconds ● String scalar

estimated wait time (in seconds) for the transaction to be included in a block at this price

Member Of

ChainInfo object