v1

latestOpenAPI 3.0.32026-07-22194038.3 KB

Get Transaction

Query transactions for their current status.

get/api/v2/minikit/transaction/{transaction_id}

Path parameters

transaction_idstring required

The transaction identifier returned by the API

Query parameters

app_idstring required

Your app ID from the Developer Portal

type'payment' | 'transaction'

Optional. payment (default) or transaction depending on the command you used.

Response

Transaction status

referencestring

Your unique reference for the transaction

transaction_hashstring

On-chain transaction hash

transaction_status'pending' | 'mined' | 'failed'

Current status of the transaction

fromstring

Sender address

chainstring

Blockchain network name

timestampstring date-time

ISO 8601 timestamp when created

token_amountstring

Amount transferred (BigInt with 6 decimals)

tokenstring

Token symbol

tostring

Receiver address

app_idstring

Your app ID