code.vegaprotocol.io/vega@v0.79.0/protos/sources/blockexplorer/grpc-rest-bindings.yml (about) 1 --- 2 type: google.api.Service 3 config_version: 3 4 5 name: blockexplorer.api.v1 6 title: Vega blockexplorer API 7 8 apis: 9 - name: BlockExplorer 10 11 12 http: 13 rules: 14 - selector: blockexplorer.api.v1.BlockExplorerService.ListTransactions 15 get: '/transactions' 16 - selector: blockexplorer.api.v1.BlockExplorerService.GetTransaction 17 get: '/transactions/{hash}' 18 - selector: blockexplorer.api.v1.BlockExplorerService.Info 19 get: '/info'