File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Where data is the hex serialization of the variable value.
172
172
This endpoint also accepts a querystring parameter ` ?proof= ` which when supplied ` 0 ` , will return the
173
173
JSON object _ without_ the ` proof ` field.
174
174
175
- ### GET /v2/clarity_marf_value /[ Clarity MARF Key]
175
+ ### GET /v2/clarity/marf /[ Clarity MARF Key]
176
176
Attempt to fetch the value of a MARF key. The key is identified with [ Clarity MARF Key] .
177
177
178
178
Returns JSON data in the form:
@@ -186,7 +186,7 @@ Returns JSON data in the form:
186
186
187
187
Where data is the hex serialization of the value.
188
188
189
- ### GET /v2/clarity_metadata /[ Stacks Address] /[ Contract Name] /[ Clarity Metadata Key]
189
+ ### GET /v2/clarity/metadata /[ Stacks Address] /[ Contract Name] /[ Clarity Metadata Key]
190
190
Attempt to fetch the metadata of a contract.
191
191
The contract is identified with [ Stacks Address] and [ Contract Name] in the URL path.
192
192
The metadata key is identified with [ Clarity Metadata Key] .
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ paths:
486
486
If tip == "latest", the query will be run from the latest known tip (includes unconfirmed state).
487
487
If the tip is left unspecified, the stacks chain tip will be selected (only includes confirmed state).
488
488
489
- /v2/clarity_marf_value /{clarity_marf_key} :
489
+ /v2/clarity/marf /{clarity_marf_key} :
490
490
post :
491
491
summary : Get the MARF value for a given key
492
492
tags :
@@ -526,7 +526,7 @@ paths:
526
526
description : The Stacks chain tip to query from. If tip == latest, the query will be run from the latest
527
527
known tip (includes unconfirmed state).
528
528
529
- /v2/clarity_metadata /{contract_address}/{contract_name}/{clarity_metadata_key} :
529
+ /v2/clarity/metadata /{contract_address}/{contract_name}/{clarity_metadata_key} :
530
530
post :
531
531
summary : Get the contract metadata for the metadata key
532
532
tags :
You can’t perform that action at this time.
0 commit comments