Loading...
Push live TradeClaw trading signals directly into your Notion database — no middleware, no API keys stored, just a one-click sync with full filter control.
Create a Notion Integration
Go to notion.so/my-integrations and create a new internal integration. Name it "TradeClaw Signals".
Open My IntegrationsCopy Your Integration Token
After creating the integration, copy the Internal Integration Token. It starts with ntn_ or secret_.
Create & Share a Database
Create a full-page database in Notion with the columns listed in the schema below. Share it with your integration (open DB → "..." menu → Add connections).
Copy the Database ID
Open your database. The ID is in the URL: notion.so/YOUR_WORKSPACE/[DATABASE_ID]?v=... — it is the 32-character hex string.
Stored in your browser only — never sent to our servers except for the Notion API call.
Use the sync endpoint directly from cron jobs, n8n, Make, or any HTTP client:
curl -X POST https://tradeclaw.win/api/notion/signal-sync \
-H 'Content-Type: application/json' \
-d '{
"token": "YOUR_NOTION_TOKEN",
"databaseId": "YOUR_DATABASE_ID",
"limit": 20,
"minConfidence": 70
}'Response: { "success": true, "synced": 20, "errors": [] }
TradeClaw is open source. A GitHub star helps more traders discover it.
Star on GitHub