---
title: "POST /send_read_only_transaction"
method: POST
path: "/send_read_only_transaction"
---

# POST /send_read_only_transaction

`POST /send_read_only_transaction`

Sends a read-only transaction in JSON format to the blockchain. This transaction is not intended for inclusion in the blockchain. When a user sends a transaction, which modifies the blockchain state, the connected node will fail the transaction.

## Request body

- object
  - `transaction` object
    - `compression` boolean — Compression used, usually false
    - `packed_context_free_data` string — JSON to hex
    - `packed_trx` string — Transaction object JSON to hex

## Response `200`

OK

- unknown

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/chain-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/chain-api/revisions/5bfa22186461/schema)
