Last updated 25 days ago
account - string
account
Optional.
Account to list transactions from. Return transactions from all accounts if None.
count - integer
count
Number of transactions to return.
from_ - integer
from_
Skip the first [from_] transactions.
address - string
address
Receive address to consider
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "listtransactions", "params": [null, 2, 0, null], "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }
Example code for the listtransactions {disallowed} json-rpc method. Сomplete guide on how to use listtransactions {disallowed} json-rpc in GetBlock.io Web3 documentation.