v2: current price is added to asset.price
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
cf9408e76e
commit
cd4590689d
@ -192,6 +192,7 @@ message AssetPrice {
|
|||||||
string updated_at = 1;
|
string updated_at = 1;
|
||||||
double market_price = 2;
|
double market_price = 2;
|
||||||
double ico_price = 3;
|
double ico_price = 3;
|
||||||
|
double current_price = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetAssetReq {
|
message GetAssetReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user