swap_not_found
Swap not found
HTTP status: 404 Retryable: No
Description
No swap was found for the given transaction hash. The swap may not yet be indexed, or the hash may belong to a different type of transaction.
Resolution
Ensure the transaction hash is correct and belongs to a Blockdaemon-initiated swap. Newly submitted transactions may take a moment to be indexed — retry after a short delay if you just submitted.
Example response
{
"error": {
"code": "swap_not_found",
"docUrl": "https://docs.blockdaemon.com/errors/swap_not_found",
"message": "No swap found for the given transaction hash",
"occurredAt": "2026-02-10T10:00:00Z",
"requestId": "req_abc123xyz",
"status": 404
}
}