Skip to main content
GET
/
setup
Read client settings
curl --request GET \
  --url https://v1.orchestrator.rhinestone.dev/deposit-processor/setup
{
  "hasWebhookSecret": true,
  "maxPriceDeviationBps": 123,
  "webhookUrl": "<string>",
  "sponsorship": {},
  "depositWhitelist": {}
}

Headers

x-api-key
string

API key for authentication (omit when sending Authorization)

Example:

"your-api-key"

authorization
string

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Example:

"Bearer eyJhbGciOi..."

Response

Client configuration

hasWebhookSecret
boolean
required
maxPriceDeviationBps
number
required
webhookUrl
string
sponsorship
object
depositWhitelist
object

Per-source-chain deposit allowlist keyed by CAIP-2 chain identifiers, each mapping allowed tokens to optional raw-unit min/max limits.