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
Example response
{
"success": true,
"message": "Intent started successfully"
}