Prediction Bot
Authorizations
Path parameters
idstringRequired
Body
anyOptional
Responses
200
Bot updated successfully
application/json
anyOptional
400
Missing required fields or invalid data
application/json
404
Bot, API key, or webhook not found
application/json
put
/api/v2/bot/signal/prediction/{id}No content
Authorizations
Path parameters
idstringRequired
Body
anyOptional
Responses
200
Status updated successfully
application/json
anyOptional
400
Missing bot ID, invalid status, or limit exceeded
application/json
402
Bot limit exceeded
application/json
404
Bot not found
application/json
put
/api/v2/bot/signal/prediction/{id}/statusNo content
Authorizations
Body
idstringRequired
Bot ID to duplicate
Responses
201
Bot duplicated successfully
application/json
400
Missing bot ID, bot not found, or limit exceeded
application/json
404
Bot or webhook not found
application/json
post
/api/v2/bot/signal/prediction/duplicateNo content
Last updated