Kol analytics

Fetch mindmap of KOL

Retrieve mindmap of KOL.

GET
/v2/x-users/{xUserId}/mindmap
AuthorizationBasic <token>

In: header

Path Parameters

xUserId*number

KOL Twitter ID

Query Parameters

id?string

id

offset?number
Default0
Range0 <= value
limit?number
Default10
Range1 <= value <= 50

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-business.nerox.ai/v2/x-users/1854960382097735681/mindmap"
{
  "items": [
    {
      "id": 244096,
      "name": "The White Pepe",
      "symbol": "WHITEPEPE",
      "icon_url": "https://cdn.nerox.ai/uploads/token-icons/j4f10irer0ezf5slwuguaadkbg4e.jpeg",
      "chain_id": "solana",
      "address": "0x0374c392Dc940B0DC6cdAF79A5678f7A55194444"
    }
  ],
  "total": 2853
}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Bad Request"
}
{
  "statusCode": 401,
  "message": "Unauthorized",
  "error": "Unauthorized"
}
{
  "statusCode": 404,
  "message": "Not Found",
  "error": "Not Found"
}

Last updated on