Webhook

Automate your trades with simple HTTP requests.

Webhooks allow you to place orders on the exchange using a simple HTTP request. This makes it easy to integrate your trading bot with applications, signals from TradingView, or your own analytical tools.

Enjoy higher webhook limits with your PRO account

Build custom trading bots and software.

Create your own trading bots and software tailored to your unique investment style.

Execute your strategy automatically.

Automate your trading strategy and let the system work 24/7 without breaks.

Customize trading settings image

Turn TradingView alerts into trades.

Convert TradingView alerts directly into live exchange orders instantly and automatically.

What is a webhook?

Webhooks allow you to execute trades across multiple exchanges through simple HTTP POST requests. They are perfect for automating complex trading strategies, enabling bot developers to integrate trading logic seamlessly, responding instantly to alerts, or embedding trading functionality into any backend system for full automation.

How webhook works?

1

Create a new webhook

Start by configuring a webhook: choose a name, pick your exchange, and connect API keys to begin automating your trades.

2

Send requests to webhook

Trigger your webhook with a simple HTTP POST request from any app, script, or platform like TradingView.

3

Analyse your webhook signals

Monitor the full history of each webhook - including request details, exchange responses, and execution results.

How to build webhook request?

Use the builder below to understand how webhook requests are structured and executed. Define your trading parameters, preview the exact POST data and understand how the system will handle your request.

Query settings

Action

Choose the action to perform: BUY to acquire assets, SELL to offload them, or SET to rebalance your position to a defined quantity.

BUY
Purchase a fixed amount of an asset
SELL
Sell a fixed amount of an asset
SET
Adjust asset balance to a specific amount

Quantity

Enter the amount of the asset you want to buy, sell, or set. Use decimal values for precision, e.g., 0.0034

Symbol

Specify the trading pair or asset symbol. Make sure to use the correct symbol recognized by the exchange.

Request

URL

This is the unique URL assigned to your webhook. Send your POST request here to trigger automated trading based on the parameters you define.

https://psyll.com/env/webhook/{WEBHOOK-ID}

POST data

This is the POST payload your webhook expects. It specifies the trading action, the quantity, and the asset symbol. This data tells the webhook what action to take, how much to trade, and on which asset.

Example code

Here are ready-to-use code snippets for various languages and platforms. Use them to integrate the webhook into your app, script, or automation tool in seconds.

  • Bash
  • TV
    Tradingview
  • Javascript
  • Node.js
  • PHP
  • Python
  • Ruby
  • Rust
  • TypeScript

Server response

When your request is received, the system will return a JSON response showing the execution status, action taken, and current usage limits based on your plan.


{
    "status": "success",
    "message": "Order created successfully",
    "webhook": 1,
    "action": "BUY",
    "quantity": 0.01,
    "symbol": "BTCUSDT",
    "limit": {
        "account": "Free",
        "max_per_day": 10,
        "usage": 1
    }
}

Find out more about webhooks

Webhook panel

Manage your webhooks in one place. View request history, monitor execution results, and configure your trading endpoints easily.

Documentation

Explore detailed guides and examples on how to build, send, and monitor webhook requests for fully automated trading execution.

Github

Browse Psyll open-source tools and code examples to integrate webhook functionality into your apps and trading bots with ease.

Get more with the PRO account

  • The number of webhooks
  • Daily limit of queries
Free
Free account with basic features and limits.
  • 1
  • 10
Professional
Unlock more features, bots, and priority support.
  • 15
  • 100
Business
Unlimited features and commercial use rights.
  • Unlimited
  • Unlimited