Authorizations
Body
Request to estimate transaction fees. Include the target address, message body, and optionally init code/data for contract deployment.
The account address in user-friendly format.
Message body in BOC format, base64 encoded.
Contract code for deployment, in BOC format.
Initial contract state for deployment, in BOC format.
Skip signature verification. Set to true when estimating fees before you have a real signature.
Response
OK
Response containing estimated transaction fees.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.