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
description: index of first account assets to fetch
1532
1538
required: false
1533
-
example: 42000
1534
1539
schema:
1535
1540
type: integer
1541
+
example: 42000
1536
1542
- name: unanchored
1537
1543
in: query
1538
1544
description: Include transaction data from unanchored (i.e. unconfirmed) microblocks
@@ -1545,9 +1551,9 @@ paths:
1545
1551
in: query
1546
1552
description: returned data representing the state at that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
1547
1553
required: false
1548
-
example: 60000
1549
1554
schema:
1550
1555
type: string
1556
+
example: 60000
1551
1557
responses:
1552
1558
200:
1553
1559
description: Success
@@ -2849,7 +2855,7 @@ paths:
2849
2855
in: path
2850
2856
description: Height of block
2851
2857
required: true
2852
-
example: 69057
2858
+
example: 66119
2853
2859
schema:
2854
2860
type: integer
2855
2861
- name: limit
@@ -3187,6 +3193,7 @@ paths:
3187
3193
required: false
3188
3194
schema:
3189
3195
type: integer
3196
+
example: 1
3190
3197
- name: offset
3191
3198
in: query
3192
3199
description: index of first tokens to fetch
@@ -3207,7 +3214,7 @@ paths:
3207
3214
/extended/v1/tokens/{contractId}/nft/metadata:
3208
3215
get:
3209
3216
operationId: get_contract_nft_metadata
3210
-
summary: Non fungible tokens metadata for contract id
3217
+
summary: Non fungible tokens metadata for contract ID
3211
3218
description: Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
0 commit comments