---
title: "Get receipt"
method: GET
path: "/api/v2/arbitrum/transactions/{txid}/receipt/{decoded}"
tags: ["Arbitrum Transactions"]
---

# Get receipt

`GET /api/v2/arbitrum/transactions/{txid}/receipt/{decoded}`

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

## Response `200`

- union
  - object — Decoded
    - `status` integer
    - `ok` boolean
    - `message` string
    - `data` object
      - `transaction` object
        - `blockHash` string
        - `blockNumber` string
        - `cumulativeGasUsed` string
        - `effectiveGasPrice` string
        - `from` string
        - `gasUsed` string
        - `logs` unknown[]
          - unknown
        - `logsBloom` string
        - `status` boolean
        - `to` string
        - `transactionHash` string
        - `transactionIndex` string
        - `type` string
  - object — Encoded
    - `status` integer
    - `ok` boolean
    - `message` string
    - `data` object
      - `transaction` object
        - `blockHash` string
        - `blockNumber` string
        - `contractAddress` string
        - `cumulativeGasUsed` string
        - `effectiveGasPrice` string
        - `from` string
        - `gasUsed` string
        - `logs` unknown[]
          - unknown
        - `logsBloom` string
        - `status` string
        - `to` string
        - `transactionHash` string
        - `transactionIndex` string
        - `type` string

## Other responses

- `422` — Transaction receipt not found

---

[API](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation.md) · [All operations](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaingateway/chaingateway-api-documentation/versions/ddb709b4ade7/schema)
