post https://api.zan.top/node/v1/btc/mainnet/
If txid is in the mempool, returns all in-mempool ancestors.
Log in to see full request history
Response
If txid is in the mempool, returns all in-mempool ancestors.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/btc/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "getmempoolancestors",
"params": [
"0e0f3f61d0b9321b7680fbe298d78861df5a40988ae245b46923e8cef7f5f2fa"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: