---
title: "Fetch GitHub dev activity for a Solana protocol"
method: POST
path: "/dev"
tags: ["Development"]
---

# Fetch GitHub dev activity for a Solana protocol

`POST /dev`

Track commits, contributors, and audit status to gauge protocol development health.

## Query parameters

- `protocol` string, required
- `days` integer

## Request body

- object
  - `protocol` string, required — Solana protocol to query
  - `days` integer

## Response `200`

Dev activity

- DevActivityResponse
  - `protocol` string
  - `repo` string
  - `commits` integer
  - `contributors` integer
  - `last_commit` string, date-time
  - `audit_status` string
  - `ecosystem_rank` integer

## Other responses

- `402` — Payment required

---

[API](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents.md) · [All operations](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solsigs/solsigs-solana-data-apis-for-ai-agents/revisions/296e44870ad2/schema)
