Skip to main content
POST
Drop transaction

Headers

X-API-Key
string | null

Path Parameters

wallet_uuid
string<uuid>
required

The UUID of the wallet that owns the transaction. Retrieve this value from the id field returned when the wallet was created.

transaction_uuid
string<uuid>
required

The UUID of the user transaction to drop, returned as id by the transfer or contract-call endpoints.

Body

application/json

Request payload for cancelling a transaction.

fee is required for Broadcasting (RBF drop); omit for pre-broadcast cancel.

request_id
string | null

A client-supplied identifier for the replacement transaction.

Maximum string length: 255
fee
EIP1559FeeRequest · object

Custom fee parameters for the replacement transaction. Required when the transaction is broadcasting (RBF drop).

cobo_transaction_id
string | null

The provider-side transaction ID to cancel. The transaction ID can be retrieved from the transfer or contract call response.

Maximum string length: 255

Response

Successful Response

result
TransactionRbfResult · object
required

Shared response payload for drop/speedup/resend operations.

success
boolean
default:true
suggestion
string
default:""
message
string
default:""
meta
PaginationMeta · object | null

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.