Overview
How It Works
Quick Start
# Create a webhook
curl -X POST https://rest-api.tokenbot.com/v1/webhooks \
-H "X-API-Key: tb_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-server.com/webhooks",
"events": ["trade.filled", "copier.started", "copier.stopped"]
}'Documentation
Last updated
Was this helpful?