Katoshi Docs
  • Welcome
  • APP
    • Bots
      • Bot Creation
      • Bot Activation
      • Bot Settings
    • Strategies
      • Strategy Creation
      • Strategy Overview
      • Strategy Settings
      • Strategy Monetization
    • Portfolio
    • Terminal
    • Pricing
    • Alerts
    • Settings
  • API
    • Getting Started
    • Actions
      • Open Position
      • Close Position
      • Market Order
      • Limit Order
      • Stop Market Order
      • Scale Order
      • Modify TP/SL
      • Cancel TP/SL
      • Cancel Order
      • Close All
      • Cancel All
      • Clear All
      • Sell All
      • Set Leverage
      • Start Bot
      • Stop Bot
  • MCP
    • Introduction
    • Quickstart
    • Tools
    • Katoshi Agent Bot
  • Integrations
    • TradingView
Powered by GitBook
On this page
  • API URL
  • Headers
  • IP Address Whitelisting

Was this helpful?

  1. API

Getting Started

This section documents how to use the Katoshi API.

PreviousSettingsNextActions

Last updated 1 month ago

Was this helpful?


API URL

Send a POST request to the endpoint below:

https://api.katoshi.ai/signal?id=USER_ID
  • Replace USER_ID with your unique ID, which can be found in the


Headers

Headers required to send a valid request.

Name
Description

Content-Type*

"application/json"


IP Address Whitelisting

For security purposes, whitelisting your IP Addresses is recommended for each bots.

  • To whitelist an IP address, go to the settings section of the

Settings Page
Bots Page