Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfc committed Sep 3, 2024
1 parent d17dc14 commit a259fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/api_integration-full-nodes/full_node_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Full Node and CometBFT APIs offer different sets of functionality. They acce
The Full Node API accepts gRPC or REST. The CometBFT API accepts only RPC.

|| Full Node API | CometBFT API |
| ------ | ------------- | ------------ |
| ---- | --- | ------ |
| gRPC |||
| REST |||
| RPC |||
Expand All @@ -35,9 +35,9 @@ Then, check your connection to your target node using the command for your use c

|| Full Node API | CometBFT API |
| ------ | ------------- | ------------ |
| gRPC | `grpcurl <url>.dydxprotocol` ||
| gRPC | `grpcurl --plaintext <url>.dydxprotocol` ||
| REST | `curl <url>/dydxprotocol/` ||
| RPC || `grpcurl <url>.status` |
| RPC || `grpcurl --plaintext <url>.status` |

## Full Node API
The Full Node API provides an identical set of
Expand Down

0 comments on commit a259fdd

Please sign in to comment.