codeRhun REST API

circle-info

You will need an API Key to access the Rhun REST API. Get your API Key at https://beta.rhun.io/accountarrow-up-right

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
chevron-right
200

Chat response

application/json
post
/api/chat

List agents

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of agents

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
post
/api/agents

List watchers

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of watchers

application/json
get
/api/watchers

Create new watcher

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptional
typestringOptional
configurationobjectOptional
Responses
post
/api/watchers

Last updated