Skip to content

landier/watchdoge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

This is a playground project aiming at building a dashboard/news aggregator/portfolio view for Bitcoin and other coins.

Quickstart

cd api
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
poetry install
poetry run uvicorn api.app:app
poetry run pytest

Running with Datadog agent

poetry shell
DD_SERVICE="watchdoge" DD_ENV="prod" DD_LOGS_INJECTION=true DD_TRACE_SAMPLE_RATE="1" DD_PROFILING_ENABLED=true ddtrace-run uvicorn api.app:app

Docs

API endpoints

  • /users
  • /users/[id]/wallets
  • /users/[id]/assets
  • /users/[id]/positions
  • /users/[id]/trades
  • /tickers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published