Skip to main content
GET
/
api
/
v1
/
gasless
/
jobs
/
{id}
Poll gasless job status
curl --request GET \
  --url https://deposit-addresses.eco.com/api/v1/gasless/jobs/{id}
{
  "data": {
    "id": "<string>",
    "status": "PENDING",
    "permitTxHash": "<string>",
    "transferTxHash": "<string>",
    "intentHash": "<string>",
    "amount": "<string>",
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://eco.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Job status

data
object