跳转到主要内容
POST
getFeeForMessage

授权

api_key
string
query
必填

请求体

application/json
jsonrpc
enum<string>
默认值:2.0
必填

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string
默认值:1
必填

A unique identifier for the request.

示例:

"1"

method
enum<string>
默认值:getFeeForMessage
必填

The name of the RPC method to invoke.

可用选项:
getFeeForMessage
示例:

"getFeeForMessage"

params
(string | object)[]
必填

Parameters for the method.

Base-64 encoded serialized Solana transaction message to calculate the exact fee for.

示例:

"AQABAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQAA"

响应

200 - application/json

Successfully retrieved the fee for the given message.

jsonrpc
enum<string>

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string

Identifier matching the request.

示例:

"1"

result
object

Fee information for the message.