Skip to main content
POST
Solana JSON-RPC proxy (sendTransaction)

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
enum<string>
required
Available options:
sendTransaction
params
any[]
required

[transaction (encoded string), config? (object)]

Required array length: 1 - 2 elements
id

Request id, echoed back in the response

Response

Success — JSON-RPC envelope with result set to the transaction signature (base58).

jsonrpc
string
Example:

"2.0"

id
result
string

Transaction signature (base58)