This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned recommended, slow, and fast fee options when constructing the transfer request.
The UUID of the wallet for which to estimate the transfer fee. Retrieve this value from the id field returned when the wallet was created.
Request payload for transfer fee estimation.
The destination on-chain address.
1 - 255The transfer amount as a decimal string.
1 - 100The Cobo token ID (for example, ETH, SETH). Defaults to SETH.
1 - 100The chain ID. Automatically resolved from token_id if omitted.
100The source address. If omitted, the wallet's most recently created address for this chain is used.
255Successful Response
Fee estimation response payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.