Skip to main content
GET
/
?module=account&action=txlistinternal
Get internal transactions by transaction or address hash
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=account&action=txlistinternal'
{
  "message": "<string>",
  "result": [
    {}
  ],
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

module
enum<string>
required
Available options:
account
action
enum<string>
required
Available options:
txlistinternal
apiKey
string
required
txhash
string

string representing the transaction hash to check for internal transactions.

address
string

string containing the address hash. Optional.

startblock
integer

integer block number to start transaction search. Optional.

endblock
integer

integer block number to stop transaction search. Optional.

page
integer

integer representing the page number used for pagination. offset must also be provided. Optional.

offset
integer

integer representing number of transactions returned per page. page must also be provided. Optional.

sort
enum<string>

sorting preference, asc for ascending and desc for descending. Descending is default. Only available if address is provided.

Available options:
asc,
desc

Response

200 - application/json

OK

message
string
result
object[]
status
string