mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 07:15:25 +00:00
price nft
This commit is contained in:
@@ -188,6 +188,7 @@ message AssetsResponse {
|
||||
repeated Asset assets = 1;
|
||||
}
|
||||
|
||||
// Get a single asset by the contract
|
||||
message AssetRequest {
|
||||
string contract_address = 1;
|
||||
string token_id = 2;
|
||||
@@ -197,6 +198,7 @@ message AssetResponse {
|
||||
Asset asset = 1;
|
||||
}
|
||||
|
||||
// Get a collection by its slug
|
||||
message CollectionRequest {
|
||||
string slug = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user