For the complete documentation index, see llms.txt. This page is also available as Markdown.

Curl

本文檔介紹如何通過Curl構建、發送Solana交易

請求示例

// 以下是fast模式的请求示例

curl --request POST \
  --url http://frankfurt.solana.blockrazor.xyz:443/sendTransaction \
  --header 'Content-Type: application/json' \
  --header 'apikey: $auth_token' \
  --data '{
  "transaction":"$base64_tx",
  "mode":"fast",
  "revertProtection":false
}'

最後更新於

這有幫助嗎?