Get transactions by address
GET/?module=account&action=txlist
Get transactions by address
Request
Details
Query Parameters
module stringrequired
Possible values: [account
]
action stringrequired
Possible values: [txlist
]
apiKey stringrequired
Example: pk_1234567890
address stringrequired
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 string
Possible values: [asc
, desc
]
sorting preference, asc
for ascending and desc
for descending. Descending is default.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Details
Schema
message string
result object[]
status string
{
"message": "string",
"result": [
{}
],
"status": "string"
}
Loading...