Returns This interface returns the TransactionInfo data for all transactions within the block of the specified height. For details on each transaction Info, please refer to walletsolidity/gettransactioninfobyid.
Request
Body Params application/json
object {0}
Example
{"num":20000000}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/walletsolidity/gettransactioninfobyblocknum' \
--header'Content-Type: application/json' \
--data-raw'{
"num":20000000
}'