Skip to content

Commit 8578033

Browse files
authored
Merge pull request #152 from ChainSafe/feat-added-nft-id
feat: added id of nft token in response
2 parents f027182 + 17c6571 commit 8578033

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/marketplace-api/spec/components/item_token.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
type: object
22
description: token structure for the NFT
33
properties:
4+
id:
5+
type: string
6+
description: id of token on indexer
47
token_id:
58
type: string
69
description: token id of nft

docs/token-api/spec/components/token_response.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
type: object
22
properties:
3+
id:
4+
type: string
5+
description: ID of the token on the indexer
36
token_id:
47
type: string
58
description: Token ID

0 commit comments

Comments
 (0)