GET
/
api
/
v2
/
minikit
/
transaction
/
{transaction_id}
Get Transaction
curl --request GET \
  --url https://developer.worldcoin.org/api/v2/minikit/transaction/{transaction_id}
{
  "reference": "<string>",
  "transaction_hash": "<string>",
  "transaction_status": "pending",
  "from": "<string>",
  "chain": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "token_amount": "<string>",
  "token": "<string>",
  "to": "<string>",
  "app_id": "<string>"
}

Path Parameters

transaction_id
string
required

The transaction identifier returned by the API

Query Parameters

app_id
string
required

Your app ID from the Developer Portal

type
enum<string>
required

The type is either payment (pay) or transaction (sendTransaction) depending on the command you used.

Available options:
pay,
sendTransaction

Response

200 - application/json

Transaction status

The response is of type object.