Endpoints
Cancel Transaction (TODO)
Cancels a pending transaction based on the ID supplied. Example: DELETE https://api.coinfi.zone/transactions/12345.
DELETE
This endpoint cancels a pending transaction by providing its ID. Use it to cancel a transaction that has not yet been fully processed on the blockchain.
Request Details
- URL:
https://api.coinfi.zone/transactions/{id}
- Method:
DELETE
- Path Parameter:
id
– the unique identifier of the transaction to cancel.
Example Request
Replace 12345
with the actual transaction ID you wish to cancel.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the transaction to cancel.
Was this page helpful?