Get payout address
Auth context: merchant — no On-Behalf-Of. Requires cryptoPayoutEnabled=true.
Returns a distinct EVM forwarder address dedicated to partner-custody deposits. Funds sent here are credited to the merchant’s payout balance (per-(chain, token) sidecar), not the spot wallet. This address is allocated lazily on first call and cached forever.
Confirm before depositing: this is different from /deposit/crypto/address even
though both are CREATE2 forwarders derived for the same merchant.
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.