Retrieve transaction history for an intent
GetIntentTransactionHistory endpoint provides a paginated view of intent transaction history with summary information optimized for display. Unlike SearchIntents, this endpoint returns lightweight IntentSummary objects and supports cursor-based pagination for efficient browsing of large histories.
DESC or ASCIntentSummary objects are much lighter than full Intent objects. Use this endpoint for list views and only fetch full intent details when needed using GetIntent.GetIntent to fetch full details when user clicks on an intentGetIntentReceipt to show detailed transaction informationWaitIntentReceipt for pending intentsAPI Key for authenticating requests, get an access key at https://trails.build and request early access