You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: nft/nfts.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2411,8 +2411,8 @@ components:
2411
2411
type: string
2412
2412
description: "String - Uri representing the location of the NFT's original metadata blob. This is a backup for you to parse when the metadata field is not automatically populated."
2413
2413
totalNFTCount:
2414
-
type: string
2415
-
description: 'String - Total number of NFTs (distinct `tokenIds`) owned by the given address.'
2414
+
type: integer
2415
+
description: 'Integer - Total number of NFTs (distinct `tokenIds`) owned by the given address.'
2416
2416
totalContractCount:
2417
2417
type: string
2418
2418
description: 'String - Total number of NFT contracts held by the given address returned in this page.'
@@ -2994,7 +2994,7 @@ components:
2994
2994
description: Block Information of the block as of which the corresponding data is valid
2995
2995
properties:
2996
2996
blockNumber:
2997
-
type: string
2997
+
type: integer
2998
2998
description: 'The block number above information is valid as of'
0 commit comments