Skip to main content
PUT
Register or replace your fee payout destination

Authorizations

x-api-key
string
header
required

Headers

x-idempotency-key
string<uuid>
required

Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.

Body

application/json

A usdc_wallet destination (developer-fee payouts are crypto-only).

usdc_wallet
object
required

Response

Destination registered.

A client's registered destination for developer-fee payouts.

type
enum<string>
required
Available options:
usdc_wallet
updated_at
string<date-time>
required
chain
string

CAIP-2 chain id. Present when type is usdc_wallet.

Example:

"eip155:8453"

wallet_address
string

Present when type is usdc_wallet.