Skip to main content
POST
debug_getRawTransaction
Robinhood Chain API method that returns the RLP-encoded transaction.

Parameters

  • data — the hash of the transaction

Response

  • data — the RLP-encoded transaction

debug_getRawTransaction code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:debug_getRawTransaction
params
string[]

Hash of the transaction.

Response

200 - application/json

Returns the RLP-encoded transaction.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026