submit
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submits a transaction to the XRP Ledger for inclusion in a future ledger. This method signs and broadcasts the transaction to the network. The transaction may be applied immediately or queued for later processing.
Body
JSON-RPC request body for submit.
JSON-RPC request body for the XRPL submit method.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringsubmitrequiredRPC method name.
paramsArray<object>requiredSubmit method parameters. The first object must contain a signed transaction blob.
idinteger | stringrequiredClient-supplied JSON-RPC request identifier.
Response
JSON-RPC response. XRPL transaction-engine failures can still be returned with HTTP 200.
Bad Request. The request body is malformed or contains invalid JSON-RPC parameters.
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal Server Error. The gateway or node failed while processing the request.