Skip to content

@swapped/connect-sdk / core / CoinbaseCompletedTransactionSummary

Type Alias: CoinbaseCompletedTransactionSummary

CoinbaseCompletedTransactionSummary = object

Defined in: src/types/coinbase.types.ts:333

Display-ready summary of a completed Coinbase withdrawal API result.

Properties

amount

amount: object

Defined in: src/types/coinbase.types.ts:337

Withdrawn token amount for display.

amount

amount: string

Token amount as a display string.

currency

currency: TokenSymbol

Token symbol.


createdAt?

optional createdAt?: string

Defined in: src/types/coinbase.types.ts:355

When the withdrawal was created (ISO timestamp).


destinationAddress?

optional destinationAddress?: string

Defined in: src/types/coinbase.types.ts:351

Destination wallet address.


fee?

optional fee?: object

Defined in: src/types/coinbase.types.ts:346

Network fee, when present.

amount

amount: string

currency

currency: TokenSymbol


id?

optional id?: string

Defined in: src/types/coinbase.types.ts:357

Coinbase withdrawal id.


network?

optional network?: Network

Defined in: src/types/coinbase.types.ts:344

Network the withdrawal was sent on.


provider

provider: Coinbase

Defined in: src/types/coinbase.types.ts:335

Always Coinbase for this summary type.


status?

optional status?: string

Defined in: src/types/coinbase.types.ts:353

Human-readable status string, when available.