eth_newPendingTransactionFilter
curl --request POST \
--url https://api.mainnet.abs.xyz/eth_newPendingTransactionFilter \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_newPendingTransactionFilter",
"params": []
}
'{
"jsonrpc": "2.0",
"result": "0xb415d4b0e6ca750802be8c84c99a68170deeb9ed09c4e2eb0dc5299ab715e978",
"id": 1
}Ethereum API
eth_newPendingTransactionFilter
Creates a filter to notify when new pending transactions arrive
POST
/
eth_newPendingTransactionFilter
eth_newPendingTransactionFilter
curl --request POST \
--url https://api.mainnet.abs.xyz/eth_newPendingTransactionFilter \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_newPendingTransactionFilter",
"params": []
}
'{
"jsonrpc": "2.0",
"result": "0xb415d4b0e6ca750802be8c84c99a68170deeb9ed09c4e2eb0dc5299ab715e978",
"id": 1
}Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Was this page helpful?
⌘I