cURL
curl --request POST \ --url https://api.gelato.cloud/rpc \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "id": 1, "jsonrpc": "2.0", "method": "relayer_getStatus", "params": { "id": "0x0e670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331", "logs": false } } '
{ "id": 1, "jsonrpc": "2.0", "result": { "chainId": "137", "createdAt": 1755917874, "status": 200, "hash": "0xd9b01a72502e7f518fb043bfacd1e13b07f24995f404f8cbb60a1212ca8b4c42", "receipt": { "blockHash": "0x6789b0746d84002f2f258129cfd9714d412e78b4d91b8e61608fac9165988baf", "blockNumber": "0x22a1e6e", "gasUsed": "0x9cf2", "transactionHash": "0xd9b01a72502e7f518fb043bfacd1e13b07f24995f404f8cbb60a1212ca8b4c42", "logs": [ {} ] }, "message": "Insufficient payment amount", "data": { "required": "5.0", "provided": "2.0" } } }
Fetches the current status of a previously submitted relayed transaction.
Gelato API key for authentication.
Show child attributes
Successful response