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
{"signature":"$first_tx_signature","error":""}{"signature":"","error":"error: Invalid authentication credentials. Please ensure your auth token is correct and try again"}Last updated
Was this helpful?