v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
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
}