Retrieve transaction receipt for a specific transaction
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/contract-interactions/network/{network}/tx/{txId} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Blockchain network
Transaction ID
Transaction receipt retrieved successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?