# GetTransactionInfoByBlockNum

Query the transaction fee, block height by block Height

**BODY PARAMS**

`{`

**`num`**` ``int32`

`}`

**Note:**  &#x20;

* **num** is block height.

**Example:**

curl --request POST\
\--url <http://172.104.51.182:16667/wallet/gettransactioninfobyblocknum>\
\--header 'Accept: application/json'\
\--header 'Content-Type: application/json'\
\--data '{"num":4555734}'

**Input:**&#x20;

`{`&#x20;

`"num":4555734`

`}`

**Response:**

`[`

&#x20;`{`

&#x20;`"blockNumber": 4555734, "contractResult": [ "" ], "blockTimeStamp":    1639400220000, "receipt": { "net_usage": 252 }, "id": "b1f4bbec47e1b743bd6527c9cc0bb63db050e8da86b30a5d8c7ba5368da49d5a"`&#x20;

&#x20;`}`&#x20;

`]`
