v2: current price is added to asset.price

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-18 17:22:06 +03:30
parent cf9408e76e
commit cd4590689d
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -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 {