-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Stoyan Dimitrov edited this page Nov 21, 2019
·
5 revisions
This wiki is mainly for documenting the API available to the user.
You can find the Postman API Collection in the source. You will need to set some environmental variables in postman around authentication and Eventbrite keys to make all the calls.
The API is split into two endpoints:
- Rest API: this is the validator API that is exposed to the outside world and attaches to the RPC endpoint of validators. This endpoint allows for publishing transactions from the client to the chain as well as providing endpoints for various queries on the state of the blockchain.
- Service API: this is the server that interacts with the validators and can link user accounts to the chain and recover them in case the user looses their keys