Skip to main content
POST
Get mempool entry

Cost

This endpoint costs 0.1 RU (Request Units) per call.

Authorizations

x-api-key
string
header
required

API key required for authentication. Get your API key at https://developer.kas.fyi

Body

application/json
transactionId
string
required

Transaction ID to get mempool entry for

Example:

"fc4c90a646687ba6f862e6089285dd7a610ef4d7f7614d25295f65aceb02bc41"

includeOrphanPool
boolean

Whether to include transactions from orphan pool

Example:

false

filterTransactionPool
boolean

Whether to filter transactions from transaction pool

Example:

false

Response

200 - application/json

Mempool entry retrieved successfully

mempoolEntry
object
required

Mempool entry for the specified transaction