- APIs
- Stacks Blockchain API
- Get Raw Transaction
Get raw transaction
Retrieves a hex encoded serialized transaction for a given ID.
GET
Parameters
Path Parameters
tx_id
REQUIRED
string Transaction ID
Query Parameters
event_limit
integer Results per page
event_offset
integer Result offset
Status code | Description |
---|---|
200 | GET raw transaction |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/extended/v1/tx/{tx_id}/raw?event_limit={event_limit}&event_offset={event_offset}" \-H 'Accept: application/json'
Response
{"raw_tx": "string"}