Get mempool entries by addresses
Mempool
Get mempool entries by addresses
Retrieves mempool entries associated with specific addresses.
POST
Get mempool entries by addresses
Cost
This endpoint costs 0.1 RU (Request Units) per call.Authorizations
API key required for authentication. Get your API key at https://developer.kas.fyi
Body
application/json
Array of Kaspa addresses to get mempool entries for
Example:
[
"kaspa:qpzpfwcsqsxhxwup26r55fd0ghqlhyugz8cp6y3wxuddc02vcxtjg75pspnwz",
"kaspa:qpz2vgvlxhmyhmt22h538pjzmvvd52nuut80y5zulgpvyerlskvvwm7n4uk5a"
]Whether to include transactions from orphan pool
Example:
false
Whether to filter transactions from transaction pool
Example:
false
Response
200 - application/json
Mempool entries for addresses retrieved successfully
Array of mempool entries for the specified addresses