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
summary: Call read-only function in fast mode (no cost and memory tracking)
955
+
tags:
956
+
- Smart Contracts
957
+
operationId: fast_call_read_only_function
958
+
description: |
959
+
Call a read-only public function on a given smart contract without cost tracking.
960
+
961
+
**This API endpoint requires a basic Authorization header.**
962
+
963
+
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
1006
+
known tip (includes unconfirmed state).
1007
+
required: false
1008
+
requestBody:
1009
+
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