The Rhun REST API provides programmatic access to the core functionality of the Rhun trading and research platform. Designed for developers, quants, and crypto analysts, this API enables seamless integration with Rhun’s suite of financial intelligence tools.
Key Features:
Access real-time and historical market data
Analyze token trends, movements, and sentiment
Execute custom research queries through AI-enhanced endpoints
Integrate Rhun tools into custom dashboards, bots, or trading strategies
Chat with the AI
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Chat response
application/json
401
Unauthorized
application/json
429
Rate limit exceeded
application/json
post
/api/chat
List agents
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
List of agents
application/json
401
Unauthorized
application/json
get
/api/agents
Create new agent
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
imagestring · binaryOptional
Agent profile image (optional)
Responses
201
Agent created successfully
application/json
401
Unauthorized
application/json
post
/api/agents
List watchers
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
List of watchers
application/json
401
Unauthorized
application/json
get
/api/watchers
Create new watcher
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.