Get transaction by id
GET {{baseUrl}}/transactions/:id
Retrieves info for a single transaction using it's unique identifier.
https://developers.circle.com/w3s/reference/gettransaction-1
RESPONSES
status: OK
{"data":{"transaction":{"id":"6afa7619-4ee5-574b-908d-d0e014c414cc","blockchain":"ETH-SEPOLIA","tokenId":"5797fbd6-3795-519d-84ca-ec4c5f80c3b1","walletId":"410c346c-44a0-502c-93e4-7eceeee586f2","sourceAddress":"0xb4adc5f0b7f542329b9a3afdb06bfc1655acbdb7","destinationAddress":"0x83743fc882e98927a929e116ff805aeecee4ec9f","transactionType":"OUTBOUND","custodyType":"DEVELOPER","state":"CONFIRMED","amounts":["1"],"nfts":null,"txHash":"0x6ef18267409d8fdc8ccd75d964bbc48f7f5839334e1f0906db51a9009aac6292","blockHash":"0x11f83d7a987cd305695a4c02b55fbe79d930e6a2684020cf660ca103d329bfac","blockHeight":5227704,"networkFee":"","firstConfirmDate":"2024-02-05T21:25:55Z","operation":"TRANSFER","feeLevel":"MEDIUM","estimatedFee":{"gasLimit":"59070","priorityFee":"5.532216873","maxFee":"47.760171959"},"refId":"Send Sepolia USDC","abiParameters":null,"createDate":"2024-02-05T21:25:34Z","updateDate":"2024-02-05T21:25:55Z"}}}