mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user