Skip to main content
Beta - Use Only If NecessaryThese endpoints are in beta and still being tested. For most use cases, we strongly recommend using the SDK and quickstart examples, which handle the complex signing logic for you.Only use these direct endpoints if you have specific requirements that the SDK cannot address.
The User Settings API allows you to configure affiliate addresses and other settings that persist with your API key. These settings apply to all orders placed using your API key.

Set Affiliate Address

Configure your affiliate address to receive a share of fees on all orders placed with your API key.

Request

Request Body

Response

Error Responses

Invalid Address Format (400)
API Key Not Found (404)

How It Works

When you set an affiliate address via this API:
  1. Immediate Effect - The change is written to Redis and takes effect immediately
  2. Persistence - The change is also written to S3 for persistence across service restarts
  3. Priority - Server-configured affiliate addresses take priority over client-provided values

Use Cases

Affiliate Platforms

If you’re building a platform that routes orders through Dome, configure your affiliate address to ensure you receive fee share on all orders:

Multi-Tenant Platforms

If you manage multiple API keys for different users, you can configure each key individually: