tweaks to docs (#200)

This commit is contained in:
Dominic Wong
2021-09-02 15:23:24 +01:00
committed by GitHub
parent 2e5af32faf
commit d378ef2de5
39 changed files with 83 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
Cryptocurrency prices, quotes and news
Cryptocurrency prices, quotes, and news
# Crypto Service
Get up to the second cryptocurrency prices, quotes, previous close information and news.
Get up to the second cryptocurrency prices, quotes, previous close information, and news.
Powered by [Finage](https://finage.co.uk)

View File

@@ -39,7 +39,7 @@ message NewsResponse {
// Get the last price for a given crypto ticker
message PriceRequest {
// crypto symbol e.g BTCUSD
// the crypto symbol e.g BTCUSD
string symbol = 1;
}
@@ -50,7 +50,7 @@ message PriceResponse {
double price = 2;
}
// Get the last quote for the crypto
// Get the last quote for a given crypto ticker
message QuoteRequest {
// the crypto symbol e.g BTCUSD
string symbol = 1;