File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
118
118
{
119
119
preHandler : handleChainTipCache ,
120
120
schema : {
121
+ deprecated : true ,
121
122
operationId : 'get_stx_supply_total_supply_plain' ,
122
123
summary : 'Get total STX supply in plain text format' ,
123
124
description : `Retrieves the total circulating STX token supply as plain text.` ,
@@ -144,6 +145,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
144
145
{
145
146
preHandler : handleChainTipCache ,
146
147
schema : {
148
+ deprecated : true ,
147
149
operationId : 'get_stx_supply_circulating_plain' ,
148
150
summary : 'Get circulating STX supply in plain text format' ,
149
151
description : `Retrieves the STX tokens currently in circulation that have been unlocked as plain text.` ,
@@ -170,6 +172,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
170
172
{
171
173
preHandler : handleChainTipCache ,
172
174
schema : {
175
+ deprecated : true ,
173
176
operationId : 'get_total_stx_supply_legacy_format' ,
174
177
summary :
175
178
'Get total and unlocked STX supply (results formatted the same as the legacy 1.0 API)' ,
You can’t perform that action at this time.
0 commit comments