Fee Info ETH-like service
Server address: https://cloud.spatium.net/fee-info-eth-like/v1
For this server address, the following blockchain (chain
) fee information is available:
- eth;
- ftm;
- avax;
- matic;
- bsc;
- etc;
- op.
Transaction fee
Information about the fee size for sending transactions or smart contract execution on the blockchain network. The service provides three fee values:
- slow: less fee value, more transaction confirmation time;
- normal: medium fee value, medium transaction confirmation time;
- fast: more fee value, less transaction confirmation time.
Fee info caching
The end user (client) receives a transaction fee from the service in the form of static JSON files.
Historical
Swagger ETH-like Fee Info History
Request structure
/static/fee-info-history-{period}-{chain}-{network}.json
Response structure
Request example
https://cloud.spatium.net/fee-info-eth-like/v1/static/fee-info-history-day-eth-livenet.json
Response example
Latest
Swagger ETH-like Fee Info Latest
Request structure
/static/fee-info-{network}.json
Response structure
{
"{chain}": {
"date": number,
"feeInfo": {
"fast": string,
"normal": string,
"slow": string
}
},
"{chain}": {
"date": number,
"feeInfo": {
"fast": string,
"normal": string,
"slow": string
}
}
}
Request example
https://cloud.spatium.net/fee-info-eth-like/v1/static/fee-info-livenet.json