cURL
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" }
Transaction
The response is of type object.
object