Skip to content

Commit

Permalink
fix: endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aoikurokawa committed Oct 5, 2024
1 parent 225f891 commit 15c9e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ curl http://localhost:7001/api/v1/validator_history/{vote_account}?epoch=500
#### Get latest history by vote_account:

```
curl http://localhost:7001/api/v1/validator_history/{vote_account}?epoch=500
curl http://localhost:7001/api/v1/validator_history/{vote_account}/latest
```

## Tips for Developers
Expand Down

0 comments on commit 15c9e64

Please sign in to comment.