Estimate Transaction Fee
get
Authorizations
x-api-keystringRequired
Responses
200
Default Response
application/json
currentBlockHeightnumberRequired
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get/v1/bitcoin/mempool/fee-estimates
GET /v1/bitcoin/mempool/fee-estimates HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"currentBlockHeight": 1,
"estimates": {
"nextBlock": 1,
"in2Blocks": 1,
"in3Blocks": 1
}
}Last updated