Base URL
Request format
Every request that includes a body must set theContent-Type header:
Response format
Successful responses return JSON with HTTP status codes in the2xx range. The response body contains the resource directly at the top level — there is no data wrapper.
Correlation IDs
Every response includes anX-Correlation-Id header. Record this value when filing bug reports or tracing issues — it identifies the exact request in server-side logs.
Error format
Errors return a JSON body with two fields:Rate limiting
ArcPass enforces rate limits per IP address and per wallet address. When a limit is exceeded, the API returns429 Too Many Requests. See Rate Limits for configured thresholds and reset windows.