---
title: "Get Bitcoin Cash Transactions by address"
method: GET
path: "/v3/bcash/transaction/address/{address}"
tags: ["Bitcoin Cash (BCH) - Tatum API"]
---

# Get Bitcoin Cash Transactions by address

`GET /v3/bcash/transaction/address/{address}`

/v3/bcash/transaction/address/{address}

#### 50 credits per API call.

  

Get Bitcoin Cash Transaction by address. Limit is 50 transaction per response.

\> 📘 \*\*Note:\*\* > > This endpoint servers raw transaction data.

## Path parameters

- `address` string, required

## Query parameters

- `pageSize` number, required
- `offset` number
- `blockFrom` number
- `blockTo` number

## Response `200`

OK

- BchTx[]
  - `txid` string
  - `version` number
  - `locktime` number
  - `vin` object[]
    - `txid` string
    - `vout` number
    - `scriptSig` object
      - `hex` string
      - `asm` string
    - `coinbase` string
    - `sequence` number
  - `vout` object[]
    - `value` number
    - `n` number
    - `scriptPubKey` object
      - `hex` string
      - `asm` string
      - `addresses` string[]
      - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
