Skip to main content
Get the fee the network will charge for a particular Message.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error.

Parameters

string
required
Base-64 encoded serialized Solana transaction message to calculate the exact fee for.
string
The commitment level for the request.
  • confirmed
  • finalized
number
The minimum slot that the request can be evaluated at.

Response

object
Context of the response.
integer
Exact transaction fee in lamports required to process this specific message on the network.