mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 21:55:08 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -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