cURL
curl --request GET \ --url https://api.kas.fyi/v1/rpc/getFeeEstimate \ --header 'x-api-key: <api-key>'
{ "estimate": { "priorityBucket": { "feerate": 1.5, "estimatedSeconds": 30 }, "normalBuckets": [ { "feerate": 1.5, "estimatedSeconds": 30 } ], "lowBuckets": [ { "feerate": 1.5, "estimatedSeconds": 30 } ] } }
Retrieves fee estimation data from the node.
API key required for authentication. Get your API key at https://developer.kas.fyi
Fee estimate retrieved successfully
Fee estimate information
Show child attributes