Transactions
Get list txs by account address.
get/api/txs/listByAccount/{address}
Path parameters
addressstring required
account address
Query parameters
pagenumber
default = 1
limitnumber
default 20, maximum = 100
tx_typestring
in|out|all
filterAddressstring
transaction send to/from address
Response
OK
Changes
Changed in 4 of the 16 revisions of this API.13
- ○
added the new optional
queryrequest parametertx_typenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameterfilterAddressnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲