Skip to main content
GET
/
?module=account&action=txlist
Get transactions by address
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=account&action=txlist'
{
  "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:
txlist
apiKey
string
required
address
string
required

string containing the address hash.

startblock
integer

integer block number to start transaction search.

endblock
integer

integer block number to stop transaction search.

page
integer

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

offset
integer

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

sort
enum<string>

sorting preference, asc for ascending and desc for descending. Descending is default.

Available options:
asc,
desc

Response

200 - application/json

OK

message
string
result
object[]
status
string