Kaspa transactions

Get Transaction Acceptance

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

post/transactions/acceptance

Request body

transactionIdsstring[] required

Example request

{
  "transactionIds": [
    "b9382bdee4aa364acf73eda93914eaae61d0e78334d1b8a637ab89ef5e224e41",
    "1e098b3830c994beb28768f7924a38286cec16e85e9757e0dc3574b85f624c34",
    "000ad5138a603aadc25cfcca6b6605d5ff47d8c7be594c9cdd199afa6dc76ac6"
  ]
}

Response

Successful Response

transactionIdstring
acceptedboolean required
acceptingBlockHashstring
acceptingBlueScoreinteger
acceptingTimestampinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.