Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type CreateDepositDestinationBody = { idempotencyKey?: string; } & CreateDepositDestinationRequest;
optional idempotencyKey: string;
{ idempotencyKey: "8e03978e-40d5-43e8-bc93-6894a57f9324", type: "crypto", accountId: "account_af2937b0-9846-4fe7-bfe9-ccc22d935114", target: { accountId: "account_af2937b0-9846-4fe7-bfe9-ccc22d935114", asset: "usd" }, metadata: { "customer_id": "123e4567-e89b-12d3-a456-426614174000", "reference": "order-12345" }, crypto: { network: "base" } }
Was this page helpful?