---
title: "Transactions"
method: PUT
path: "/blockchain-job/transactions"
tags: ["Blockchain Explorer Job"]
---

# Transactions

`PUT /blockchain-job/transactions`

Creates asynchronous job for retrieving transactions data.<br/> Use the [/jobs](#operation/getJobById) endpoint to poll job's status. The result file when downloaded will contain a newline-delimited JSON stream of [BlockchainJobTransactionInfo](#schema/BlockchainJobTransactionInfo) objects.

## Response `200`

Details of just created job.

- CreatedJobDetailsResponse
  - `job_id` string, required — Job ID.
  - `job_url` string, required — Job URL.

## Other responses

- `401` — Requested resource requires authorization.
- `403` — Requested resource is not available with supplied credentials.

---

[API](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4.md) · [All operations](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinmetrics/coin-metrics-api-v4/revisions/774268c0a4fe/schema)
