JSON-RPC
Standard Solana JSON-RPC transaction submission through Nozomi.
Request
Field
Value
Request Body
{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"<YOUR_BASE_64_ENCODED_TXN_BYTES>",
{ "encoding": "base64" }
]
}Response
When to Use
Last updated

