price nft

This commit is contained in:
Asim Aslam
2022-03-09 08:48:50 +00:00
parent 9872a04807
commit 8da493e8a8
2 changed files with 10 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -2,5 +2,12 @@
"name": "nft",
"icon": "🪙",
"category": "crypto",
"display_name": "NFTs"
"display_name": "NFTs",
"pricing": {
"Nft.Asset": 1,
"Nft.Assets": 1,
"Nft.Collection": 1,
"Nft.Collections": 1,
"Nft.Create": 1
}
}