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

Curl

Request Example

curl --request POST \
  --url http://frankfurt.solana.blockrazor.xyz:443/sendBundle \
  --header 'Content-Type: application/json' \
  --header 'apikey: $auth_token' \
  --data '{
  "transactions":["$base64_tx_1","$base64_tx_2","$base64_tx_3"]
}'

Response Example

Normal

{"signature":"$first_tx_signature","error":""}

Abnormal

{"signature":"","error":"error: Invalid authentication credentials. Please ensure your auth token is correct and try again"}

Last updated

Was this helpful?