debug_traceCall - Soneium

Runs an eth_call within the context of the given block execution using the final state of parent block as the base.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to docs-demo

Please acquire an API key from https://portal.scs.startale.com.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to debug_traceCall
params
array
length between 2 and 3
  1. object - Transaction Object
  2. string - Block Identifier: Block hash, block number (in hex), or block tag
  3. tracer - Object: Currently supports callTracer and prestateTracer (see above for definitions).
params

The transaction call object

string
^0[xX][0-9a-fA-F]+$

20 Bytes - The address the transaction is sent from.

string
required
^0[xX][0-9a-fA-F]+$
Defaults to 0xd46e8dd67c5d32be8058bb8eb970870f07244567

20 Bytes - The address the transaction is directed to

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x00

Integer of the gas provided for the transaction execution.

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x09184e72a000

Integer of the gasPrice used for each paid gas.

NOTE: most of our users (95%+) never set the gasPrice on eth_call.

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x00

Integer of the value sent with this transaction

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x

Hash of the method signature and encoded parameters

The transaction call object

string
^0[xX][0-9a-fA-F]+$

20 Bytes - The address the transaction is sent from.

string
required
^0[xX][0-9a-fA-F]+$
Defaults to 0xd46e8dd67c5d32be8058bb8eb970870f07244567

20 Bytes - The address the transaction is directed to

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x00

Integer of the gas provided for the transaction execution.

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x09184e72a000

Integer of the gasPrice used for each paid gas.

NOTE: most of our users (95%+) never set the gasPrice on eth_call.

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x00

Integer of the value sent with this transaction

string
^0[xX][0-9a-fA-F]+$
Defaults to 0x

Hash of the method signature and encoded parameters

Response

Language
URL
LoadingLoading…
Response
Choose an example:
application/json