---
title: "Get Transaction Acceptance"
method: POST
path: "/transactions/acceptance"
tags: ["Kaspa transactions"]
---

# Get Transaction Acceptance

`POST /transactions/acceptance`

Given a list of transaction_ids, return whether each one is accepted and the accepting blue score and timestamp.

## Request body

- TxAcceptanceRequest
  - `transactionIds` string[], required

## Response `200`

Successful Response

- TxAcceptanceResponse[]
  - `transactionId` string
  - `accepted` boolean, required
  - `acceptingBlockHash` string
  - `acceptingBlueScore` integer
  - `acceptingTimestamp` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
