INFURA / infura

Official Public Repository for INFURA
https://infura.io
379 stars 62 forks source link

can't view pending transactions on mainnet #69

Open rpx81 opened 6 years ago

rpx81 commented 6 years ago

Hi,

When I call https://api.infura.io/v1/jsonrpc/mainnet/methods a methods for parity_pendingTransactions is displayed, but when I run the GET command to https://api.infura.io/v1/jsonrpc/mainnet/parity_pendingTransactions I receive the below:

{ "jsonrpc": "2.0", "id": 1, "error": { "code": -32601, "message": "The method parity_pendingTransactions does not exist/is not available" } }

I want to be able to view how many transactions are pending/unconfirmed within the Eth blockchain.

ec2 commented 6 years ago

We don't support the parity specific methods. We also don't provide the txpool geth methods either.

Remi-Tuy commented 5 years ago

Is there any update on this ?