Wei and Gwei

Wei is the smallest indivisible unit of ether, and gwei is one billion wei, the unit conventionally used to quote gas prices.

Ether is denominated in integer units to avoid floating-point errors. One ether equals 10^18 wei, the smallest unit, and one gwei equals 10^9 wei. Onchain values, balances, and fees are all stored and computed as integer wei. Gas prices are quoted in gwei because it is a readable scale for typical fees. Converting between wei, gwei, and ether is a routine source of bugs. Our decoded transaction data returns amounts as exact integer wei alongside gwei-scaled gas prices, so you avoid precision loss when computing values.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥