Skip to main content
POST
https://api.kanarie.xyz
/
api
/
v1
/
projects
/
mindshare-map
Get mindshare map
curl --request POST \
  --url https://api.kanarie.xyz/api/v1/projects/mindshare-map \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_limit": 20,
  "sort_by": "mindshare_change_24h",
  "included_attributes": [
    "mindshare",
    "market_data",
    "twitter_profile"
  ],
  "posts_per_handle": 2,
  "max_character_count": 280
}
'
{
  "success": true,
  "error": null,
  "data": {
    "meta": {
      "project_count": 20,
      "handle_count": 200
    },
    "projects": [
      {
        "project_id": 1,
        "project_name": "Jupiter",
        "symbol": "JUP",
        "handles": [
          {
            "handle": "jup_dev",
            "total_relevance": 0.87
          }
        ]
      }
    ]
  },
  "metadata": {
    "project_count": 20
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:YOUR_KANARIE_API_KEY
required

Preferred Kanarie API key authentication using Authorization: Bearer .

Body

application/json
project_limit
integer
default:50
Required range: 1 <= x <= 100
sort_by
enum<string>
Available options:
mindshare_24h,
mindshare_7d,
mindshare_change_24h,
mindshare_change_7d
sort_direction
enum<string>
Available options:
asc,
desc
mindshare_type
enum<string>
default:weighted
Available options:
social,
news,
weighted
min_market_cap
number | null
Required range: x >= 0
tradable_chains
enum<string>[]
Available options:
solana,
ethereum,
base,
arbitrum,
bittensor
exclude_wrapped
boolean
exclude_stablecoins
boolean
ecosystems
string[]
Maximum array length: 5
categories
string[]
Maximum array length: 5
include_mindshare_history
boolean
include_momentum_history
boolean
dynamic_developments_limit
integer | null
Required range: 0 <= x <= 25
dev_half_life_hours
number
Required range: 1 <= x <= 720
handle_days_back
integer
Required range: 1 <= x <= 30
min_handles_per_project
integer
Required range: 0 <= x <= 50
max_handles_per_project
integer
Required range: 1 <= x <= 50
handle_scaling
enum<string>
Available options:
sqrt,
linear,
fixed
min_handle_relevance
number
Required range: 0 <= x <= 1
person_only
boolean
include_retweets
boolean
posts_per_handle
integer
Required range: 0 <= x <= 20
max_character_count
integer
default:0
Required range: 0 <= x <= 5000
image_limit
integer
default:3
Required range: 0 <= x <= 10
included_attributes
enum<string>[]
Available options:
developments,
technical_analysis,
market_data,
mindshare,
detailed_description,
metadata,
post_key_points,
post_images,
twitter_profile

Response

Mindshare map projects, handles, posts, and metadata.

success
boolean
required
error
string | null
data
object
analysis
object
results
object[]
projects
object[]
metadata
object