Skip to main content
Package: com.coinbase.cdp.types

Method Details

getExchangeRate

Returns: Optional<TransferExchangeRate> - The estimated exchange rate at the time this estimate was captured.

getTargetAmount

Returns: Optional<String> - Estimated amount of the target asset that will be received, as a decimal string in standard unit denomination.

getTargetAsset

Returns: Optional<Asset> - The asset symbol of the estimated target amount.

getFees

Returns: Optional<TransferFees> - The estimated fees at the time this estimate was captured.

getEstimatedAt

Returns: OffsetDateTime - The date and time when this estimate was captured.

equals

Overrides: [equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Parameters: other - Object Returns: boolean

getAdditionalProperties

Returns: Map<String,Object>

hashCode

Overrides: [hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: int

toString

Overrides: [toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: String

builder

Returns: TransferEstimate.EstimatedAtStage