cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/solana/send-transaction \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "transaction": "<string>" } '
{ "success": true, "response": "<string>" }
Submit a signed Bags Solana transaction to the network for execution.
API key authentication. Provide your API key as the header value.
Base58 encoded serialized Solana transaction
Successfully submitted transaction
true
Transaction signature