The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Input
Argument |
Mandatory |
Description |
Format
|
addresses |
yes |
List of addresses to query transaction count |
array
|
blockHash |
no |
Block hash of the first block |
string
|
firstBlockIndex |
no |
Block index of the first block |
uint32
|
blockCount |
yes |
Number of blocks to query |
uint32
|
paymentId |
no |
Payment ID to filter the returned transactions |
string
|
Output
Argument |
Description |
Format
|
transactions |
Number of transactions |
size_t
|
Notes
- Either blockHash or firstBlockIndex should be specified.