Skip to content

Commit

Permalink
added block requests
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Oct 27, 2023
1 parent 0757ab3 commit 713c05d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .run/requests/block.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Get blocks list
http://{{host}}/v1/block

### Get blocks count
http://{{host}}/v1/block/count

### Get genesis block
http://{{host}}/v1/block/0

### Get block by height
http://{{host}}/v1/block/12

### Get block events
http://{{host}}/v1/block/20345/events

### Get block stats
http://{{host}}/v1/block/20345/stats

### Get block namespaces
http://{{host}}/v1/block/20345/namespace

### Get block namespaces count
http://{{host}}/v1/block/20345/namespace/count

0 comments on commit 713c05d

Please sign in to comment.