Payments
List execution payments
Required API-key scope: payments:read. Optional query filters: execution_object_id, agent_object_id, final_state (pending/accomplished/refunded), funder, source_kind (user_funded/agent_funded), created_after / created_before (RFC3339, inclusive), page_token, page_size.
Authorizations
Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.
Query Parameters
Filter by the wallet address that funded the payment.
Filter by payment source kind (user_funded / agent_funded).
Only include payments created at or after this RFC3339 timestamp.
Only include payments created at or before this RFC3339 timestamp.
200application/json
Paginated list of payments
Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
400
Invalid filter value
500
Internal server error