Skip to main content
GET
/
api
/
me
/
positions
/
redeem
/
{jobId}
Poll the status of a gasless redeem
curl --request GET \
  --url https://core-api.adipredictstreet.com/api/me/positions/redeem/{jobId}
{
  "jobId": "<string>",
  "status": "<string>",
  "txHash": "<string>",
  "submittedAt": "<string>",
  "confirmedAt": "<string>",
  "lastError": "<string>"
}

Path Parameters

jobId
string
required

Job id returned by the redeem call.

Response

Current job status.

jobId
string
required

Submitter job id (decimal string).

status
string
required

Job status: pending | building | submitted | confirmed | failed_permanent | expired.

txHash
string

On-chain hash once broadcast.

submittedAt
string

ISO-8601 broadcast timestamp (when the submitter sent the tx).

confirmedAt
string

ISO-8601 confirmation timestamp (receipt observed on-chain).

lastError
string

Last submitter error (populated on failed_permanent / retries).