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
Copy file name to clipboardExpand all lines: docs/rpc/openapi.yaml
+61-6Lines changed: 61 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -229,12 +229,6 @@ paths:
229
229
description: The Stacks chain tip to query from. If tip == latest, the query will be run from the latest
230
230
known tip (includes unconfirmed state).
231
231
required: false
232
-
- name: cost_tracker
233
-
in: query
234
-
schema:
235
-
type: string
236
-
description: the cost tracker to apply ("limited" or "free").
237
-
required: false
238
232
requestBody:
239
233
description: map of arguments and the simulated tx-sender where sender is either a Contract identifier or a normal Stacks address, and arguments is an array of hex serialized Clarity values.
summary: Call read-only function in fast mode (no cost tracking)
935
+
tags:
936
+
- Smart Contracts
937
+
operationId: fast_call_read_only_function
938
+
description: |
939
+
Call a read-only public function on a given smart contract without cost tracking.
940
+
941
+
The smart contract and function are specified using the URL path. The arguments and the simulated tx-sender are supplied via the POST body in the following JSON format:
description: The Stacks chain tip to query from. If tip == latest, the query will be run from the latest
978
+
known tip (includes unconfirmed state).
979
+
required: false
980
+
requestBody:
981
+
description: map of arguments and the simulated tx-sender where sender is either a Contract identifier or a normal Stacks address, and arguments is an array of hex serialized Clarity values.
0 commit comments