Skip to main content
GET
Get your fee payout destination

Authorizations

x-api-key
string
header
required

Response

The registered destination.

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

type
enum<string>
required
Available options:
usdc_wallet,
us_bank_account
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.

account_holder_name
string

Present when type is us_bank_account.

routing_number
string

Present when type is us_bank_account.

account_number_last4
string

Last 4 digits only; full numbers are never returned. Present when type is us_bank_account.

bank_account_type
enum<string>

Present when type is us_bank_account.

Available options:
checking,
savings