Appearance
@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?
optionalcreatedAt?:string
Defined in: src/types/coinbase.types.ts:355
When the withdrawal was created (ISO timestamp).
destinationAddress?
optionaldestinationAddress?:string
Defined in: src/types/coinbase.types.ts:351
Destination wallet address.
fee?
optionalfee?:object
Defined in: src/types/coinbase.types.ts:346
Network fee, when present.
amount
amount:
string
currency
currency:
TokenSymbol
id?
optionalid?:string
Defined in: src/types/coinbase.types.ts:357
Coinbase withdrawal id.
network?
optionalnetwork?: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?
optionalstatus?:string
Defined in: src/types/coinbase.types.ts:353
Human-readable status string, when available.