Skip to main content
POST
Send transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Story network:

  • `mainnet` — Story mainnet.
  • `Aeneid` — Aeneid testnet.
Available options:
mainnet,
aeneid

Body

application/json
signedTransaction
string
required

Hex-encoded signed transaction string prefixed with 0x

Example:

"0x02f9017b8205230d8459..."

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.