sendTransaction RPC Method
Parameters
transaction
string
REQUIRED
Loading...
Returns
result
object
Loading...
hash
string
Loading...
status
string
Loading...
latestLedger
string
Loading...
latestLedgerCloseTime
string
Loading...
Request
1curl --location 'https://docs-demo.stellar-mainnet.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '{4"jsonrpc": "2.0",5"id": 8675309,6"method": "sendTransaction",7"params": {8"transaction": "YOUR_SIGNED_TRANSACTION"9}10}'
1curl --location 'https://docs-demo.stellar-mainnet.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '{4"jsonrpc": "2.0",5"id": 8675309,6"method": "sendTransaction",7"params": {8"transaction": "YOUR_SIGNED_TRANSACTION"9}10}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free