Skip to content

Laycryp/nosana-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nosana Crypto Price Agent

A minimal HTTP agent that fetches crypto prices from CoinGecko (no API keys). Built with TypeScript + Express + Zod, containerized with Docker, and deployed on Nosana.

Endpoints

  • GET /health{ "ok": true }
  • POST /price
    • Request:
      { "symbols": ["btc","eth","sol","arb","op"], "vs": "usd" }
    • Response (example):
      { "ok": true, "data": { "bitcoin": {"usd": 12345.67} } }

Local Dev

npm install
npm run dev
# http://localhost:8080/health

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published