public.recipients
Create Recipient
Creates a saved payout recipient (bank account or crypto address). Crypto recipients support USDC, USDT, native SOL on Solana, and native BNB on BSC. Native recipients are used through the transfers API. Duplicate destinations are deduplicated by fingerprint. Requires an idempotency key.
post/v1/recipients
Headers
X-Idempotency-Keystring required
Idempotency key for request deduplication
Request body
Example request
{
"crypto_address": {
"chain": "SOLANA"
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.