Skip to main content
PUT
Register your payout destination for one deployment

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.

Path Parameters

asset
string
required

The asset the payout is made in: RD, or a branded token your client owns.

network
enum<string>
required

The network of the deployment. A deployment's payout is sent on its own network, so this names which deployment the destination is for rather than offering a choice of chain. Identifier for a blockchain network

Available options:
ethereum-mainnet,
ethereum-sepolia,
ethereum-goerli,
ethereum-holesky,
solana-mainnet,
solana-devnet,
solana-testnet,
base-mainnet,
base-sepolia,
arbitrum-mainnet,
arbitrum-sepolia,
optimism-mainnet,
optimism-sepolia,
polygon-mainnet,
polygon-amoy
Required string length: 1 - 30
Example:

"ethereum-mainnet"

Body

application/json

The wallet to send one deployment's payouts to.

address
string
required

An address on the deployment's network.

Example:

"0x1234567890123456789012345678901234567890"

Response

The registered destination.

A client's registered payout destination for one deployment, an asset on a network.

asset
string
required

The asset the payout is made in.

Example:

"RD"

network
enum<string>
required

Identifier for a blockchain network

Available options:
ethereum-mainnet,
ethereum-sepolia,
ethereum-goerli,
ethereum-holesky,
solana-mainnet,
solana-devnet,
solana-testnet,
base-mainnet,
base-sepolia,
arbitrum-mainnet,
arbitrum-sepolia,
optimism-mainnet,
optimism-sepolia,
polygon-mainnet,
polygon-amoy
Required string length: 1 - 30
Example:

"ethereum-mainnet"

chain
string
required

CAIP-2 chain id of the deployment's network.

Example:

"eip155:8453"

address
string
required
updated_at
string<date-time>
required