@coinbase/cdp-sdk
Version:
SDK for interacting with the Coinbase Developer Platform Wallet API
29 lines (26 loc) • 753 B
text/typescript
// This file was auto-generated by Fern from our API Definition.
import type * as CoinbaseApi from "../../../../index.js";
/**
* @example
* ```ts
* {
* 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"
* }
* }
* ```
*/
export type CreateDepositDestinationBody = {
idempotencyKey?: string;
} & CoinbaseApi.CreateDepositDestinationRequest;