Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Raptor Swap API
cURL
curl --request POST \ --url https://raptor-beta.solanatracker.io/send-transaction \ --header 'Content-Type: application/json' \ --data ' { "transaction": "<string>" } '
{ "signature": "<string>", "signature_base64": "<string>", "success": true }
通过 Raptor 发送服务广播已签名交易;后台自动重试并跟踪确认状态。
Base64-encoded VersionedTransaction bytes
Transaction accepted for sending
Transaction signature (base58)
Transaction signature (base64)
Always true if request accepted
此页面对您有帮助吗?