Solana

Send transaction

Submit a signed Bags Solana transaction to the network for execution.

post/solana/send-transaction

Request body

transactionstring required

Base58 encoded serialized Solana transaction

Response

Successfully submitted transaction

successboolean required
responsestring

Transaction signature

Example response

{
  "success": true
}