v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014667228.9 KB
Intents

Manually trigger intent processing

Triggers manual processing of an intent. Checks funding status, starts the intent if needed, and initiates completion flow. Use this as a fallback when the indexer misses the funding event.

post/intents/{intentAddress}/trigger-processing

Path parameters

intentAddressstring required
Example:0x1234567890abcdef1234567890abcdef12345678

The blockchain address of the intent

Response

Intent processing triggered successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Intent started successfully"
}