contract-p.fit

This OpenAPI describes the API exposed by the contract.fit backend. Security Authentication All endpoints are protected: you need to make authenticated calls. There are 3 authentication mechanisms: - HTTP Basic (Username + Password) - JWT Token - API-Key By default you should have an acco

🔑 basic 135 endpoints text
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

pip install custom-contract-python-sdk
cargo add Solana-Smart-Contract-Pump.fun
# See https://github.com/StoryTalk/Contract.Python
curl examples
Get all roles
curl \
  -u "$API_USER:$API_PASS" \
  /roles
Get all users
curl \
  -u "$API_USER:$API_PASS" \
  /users
Get lists of format
curl \
  -u "$API_USER:$API_PASS" \
  /formats
Endpoints (135 total)
GET
/roles
Get all roles
GET
/users
Get all users
GET
/formats
Get lists of format
GET
/inboxes
Get list of inboxes
GET
/reports
Get all reports
GET
/projects
Get the list of projects
GET
/users/me
Return info on the current user
GET
/sso/config
GET
/connections
Get all Connections
GET
/rule_config
Get all rule configs
GET
/stats/usage
GET
/auth/api-key
Get all API-Key
Language coverage
Python
1
Rust
1
unknown
1
At a glance
Total SDKs3
Languages3
Endpoints135
Authbasic
Categories1