Skip to main content
GET
Get your payout destination for one deployment

Authorizations

x-api-key
string
header
required

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"

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