Home
POST
https://casper.nownodes.io/rpc

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Submits a Version1 transaction to the Casper blockchain. Returns the hash of the accepted transaction.

Body

application/json

JSON-RPC request

jsonrpcstringrequired

JSON-RPC protocol version

methodstringrequired

RPC method

paramsobjectrequired

Object containing the transaction to submit

Show child attributes
transactionobject

Transaction object

Show child attributes
Version1object

Version1 transaction

Show child attributes
hashstring

Transaction hash

headerobject

Metadata for the transaction

Show child attributes
chain_namestring

Name of the blockchain

timestampstring<date-time>

Transaction creation time

ttlstring

Time-to-live of the transaction

body_hashstring

Hash of the transaction payload

pricing_modeobject

Gas pricing mode

Show child attributes
Fixedobject
Show child attributes
gas_price_toleranceinteger

Allowed tolerance for gas price

payloadobject

Transaction fields and arguments

Show child attributes
fieldsobject
Show child attributes
initiator_addrobject
Show child attributes
PublicKeystring

Public key of transaction initiator

argsArray<Array<object>>

Arguments for the transaction

targetstring

Target of the transaction

entry_pointstring

Entry point function

transaction_categoryinteger

Transaction category

schedulingstring

Scheduling type

approvalsArray<object>

List of approvals (signatures)

Show child attributes
signerstring

Public key of signer

signaturestring

Signature of the transaction

Response

200OK

Transaction submitted successfully