Arbus API Docs

Endpoints

Health Check

Check API health and authentication

GET https://api.arbus.ai/v1/health

Simple health check to verify API availability and validate your API key.

Query Parameters

Name
Type
Description

key*

string

Your API key

{
  "status": "healthy",
  "timestamp": "2025-06-25T15:30:00Z",
  "service": "Arbus AI Crypto Analysis API"
}

Get Arbus Score

Get Arbus Score for a Twitter account

GET https://api.arbus.ai/v1/arbus-score

Returns the Arbus Score - a numerical rating of crypto market influence for any Twitter account.

Query Parameters

Name
Type
Description

key*

string

Your API key

twitter_handle*

string

Twitter username (without @)


Smart Followers

Get top 5 most influential followers

GET https://api.arbus.ai/v1/smart-followers

Shows the top 5 most influential people following a Twitter account based on their Arbus Scores.

Query Parameters

Name
Type
Description

key*

string

Your API key

twitter_handle*

string

Twitter username (without @)


Mindshare Metrics

Get mindshare analytics across time periods

GET https://api.arbus.ai/v1/mindshare-metrics

Provides detailed mindshare analytics across different time periods (1hr, 3hr, 6hr, 12hr, 24hr, 7d, 30d, 3mo).

Query Parameters

Name
Type
Description

key*

string

Your API key

twitter_handle*

string

Twitter username (without @)


AI Assistant

Ask AI assistant for market analysis

POST https://api.arbus.ai/v1/ask-ai-assistant

Ask any question about crypto markets and get AI-powered analysis based on real-time data.

Query Parameters

Name
Type
Description

key*

string

Your API key

Request Body

Name
Type
Description

query*

string

Your question about crypto markets

days

integer

Days of data to analyze (1-365, default: 7)


Project Analysis

Get comprehensive project analysis

POST https://api.arbus.ai/v1/assistant-summary

Get comprehensive AI analysis of specific crypto projects with bullish/bearish scenarios.

Query Parameters

Name
Type
Description

key*

string

Your API key

Request Body

Name
Type
Description

ticker_or_twitterhandle*

string

Project name or Twitter handle (e.g., "Ethereum", "BTC", "vitalik")

day_interval

integer

Days to analyze (1-30, default: 7)


Reports

Generate structured project reports

POST https://api.arbus.ai/v1/report

Generate structured reports for crypto projects with categorized findings.

Query Parameters

Name
Type
Description

key*

string

Your API key

Request Body

Name
Type
Description

twitter_handle*

string

Project's Twitter handle

category*

string

Report category: projects, threador, or alerts

date_from

string

Start date (YYYY-MM-DD format)

date_to

string

End date (YYYY-MM-DD format)


Code Examples

GET Requests (Query Parameters)

POST Requests (JSON Body)


Error Handling


Support

circle-check

Last updated