mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user