Is your proposal related to a problem?
ToolJet users can connect generic REST APIs, but building stock or crypto sentiment dashboards currently requires manually configuring authentication, source-specific routes, and date parameters for every query. A native datasource would make those read-only market-data workflows reusable and easier to configure.
Describe the solution you'd like
Add an optional Adanos marketplace datasource authenticated with an encrypted X-API-Key. The initial scope would expose four read-only operations:
- Get asset sentiment
- Get trending assets
- Compare assets
- Get market sentiment
The query UI would offer five explicit data sources: Reddit stocks, X / FinTwit stocks, News stocks, Polymarket stocks, and Reddit crypto. Date windows would use the current from/to parameters; the deprecated days parameter would not be exposed. All proposed operations are available on Free, Hobby, and Professional plans, subject to each plan's lookback and quota limits.
The implementation would follow the existing marketplace plugin structure with a manifest, operation schema, icon, registry entry generated through the ToolJet CLI, focused unit tests for request construction/error handling, and a README. It would not modify ToolJet trading logic or introduce write operations.
I am affiliated with Adanos and can maintain API-contract updates for this connector. API documentation: https://api.adanos.org/docs
Describe alternatives you've considered
Users can configure ToolJet's generic REST API datasource manually. That remains useful for uncommon endpoints, but it does not provide the source-aware operation picker, secure one-time authentication setup, date-window guidance, or consistent error handling of a dedicated marketplace plugin.
If the feature is approved, would you be willing to submit a PR?
Yes. I have reviewed the marketplace plugin guide and would be happy to implement and maintain the scoped connector after maintainer confirmation.
Is your proposal related to a problem?
ToolJet users can connect generic REST APIs, but building stock or crypto sentiment dashboards currently requires manually configuring authentication, source-specific routes, and date parameters for every query. A native datasource would make those read-only market-data workflows reusable and easier to configure.
Describe the solution you'd like
Add an optional Adanos marketplace datasource authenticated with an encrypted X-API-Key. The initial scope would expose four read-only operations:
The query UI would offer five explicit data sources: Reddit stocks, X / FinTwit stocks, News stocks, Polymarket stocks, and Reddit crypto. Date windows would use the current from/to parameters; the deprecated days parameter would not be exposed. All proposed operations are available on Free, Hobby, and Professional plans, subject to each plan's lookback and quota limits.
The implementation would follow the existing marketplace plugin structure with a manifest, operation schema, icon, registry entry generated through the ToolJet CLI, focused unit tests for request construction/error handling, and a README. It would not modify ToolJet trading logic or introduce write operations.
I am affiliated with Adanos and can maintain API-contract updates for this connector. API documentation: https://api.adanos.org/docs
Describe alternatives you've considered
Users can configure ToolJet's generic REST API datasource manually. That remains useful for uncommon endpoints, but it does not provide the source-aware operation picker, secure one-time authentication setup, date-window guidance, or consistent error handling of a dedicated marketplace plugin.
If the feature is approved, would you be willing to submit a PR?
Yes. I have reviewed the marketplace plugin guide and would be happy to implement and maintain the scoped connector after maintainer confirmation.