GET
/
tx
/
{id}
Get transaction by id
curl --request GET \
  --url https://app.afkcrypto.com/api/v1/tx/{id} \
  --header 'x-api-key: <api-key>'
{
  "id":"tx_cuid_here",
  "status":"PENDING",
  "hash": null,
  "chainType":"ethereum",
  "chainId":8453,
  "to":"0xrecipient...",
  "value":"1000000000000000",
  "error": null,
  "createdAt":"2025-08-25T08:00:00.000Z",
  "updatedAt":"2025-08-25T08:00:00.000Z"
}
{
  "id":"tx_cuid_here",
  "status":"PENDING",
  "hash": null,
  "chainType":"ethereum",
  "chainId":8453,
  "to":"0xrecipient...",
  "value":"1000000000000000",
  "error": null,
  "createdAt":"2025-08-25T08:00:00.000Z",
  "updatedAt":"2025-08-25T08:00:00.000Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Transaction

The response is of type object.