Skip to main content
GET
Track a gasless deposit job
Returns the state of a deposit address (address) or a gasless funding job (jobId). One filter is required. Always 200; an unknown address or job is reported with status: "unknown". Job status covers the funding transaction; the deposit lookup covers the deposit itself. No API key is required: Circle Gateway operations are open so that any wallet or relay can create and fund a deposit address. A supplied key that is unknown, revoked, or not enabled for v1 is still rejected with 401 invalid-api-key, so send no key rather than a wrong one. No requests-per-second quota is published. Handle 429 and honor Retry-After when present. Examples use real mainnet token and contract addresses with placeholder wallets, hashes, signatures, and IDs.

Headers

x-api-key
string

Optional. A key that is unknown, revoked, or not enabled for v1 is rejected with 401.

Query Parameters

address
string

The deposit address to track.

jobId
string

The gasless funding job to track, as a bare UUID or a 24-character legacy job ID, without the gasless: prefix.

cursor
string

Opaque cursor from a previous nextCursor.

Minimum string length: 1
limit
integer
default:20

Page size, 1-50. Default 20.

Required range: 1 <= x <= 50

Response

Success

results
object[]
required
nextCursor
string | null
required