UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

15 lines (13 loc) 297 B
// This file was auto-generated by Fern from our API Definition. /** * @example * ```ts * { * transferId: "transfer_af2937b0-9846-4fe7-bfe9-ccc22d935114" * } * ``` */ export interface GetTransferByIdRequest { /** The unique identifier of the transfer. */ transferId: string; }