Query method (tx by address)
api/v3
Last updated
api/v3
Last updated
Request Body - Content-Type: application/json;charset=utf-8
If the address has fewer transactions than count
, the returned list of transactions will be of length less than count
.GET/api/v3/tx?{address}&{count}
Example request without count
Example request with count
Parameter
Required
Description
address
Yes
An address value to query transaction information
count
No
Number of most recent transactions to return, if applicable (Default: 10)