Blocktracr Documentation

Welcome to Blocktracr documentation. This guide will help you understand how to use the platform and its APIs.

Getting Started

To start using Blocktracr, follow these steps:

  1. Create an account on the registration page
  2. Access your Dashboard
  3. Configure your preferred exchange using your API keys

Technologies

Frontend

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • shadcn/ui

Backend

  • Supabase
  • PostgreSQL
  • Edge Functions

API Reference

Trending Cryptocurrencies

GET /api/trending

Retrieve trending cryptocurrencies from the market.

Global Market Data

GET /api/global-market-data

Get a complete overview of the crypto market.

Cryptocurrency List

GET /api/crypto-list

View the top 250 cryptocurrencies by market cap.

Coin Details

GET /api/coins?id={coin_id}

Retrieve detailed information about a specific cryptocurrency.

Market Chart

GET /api/market-chart?id={coin_id}&days={days}

Get historical price data for technical analysis.

Dashboard Features

Portfolio Overview

View your total portfolio value and performance over time.

Graphical Analysis

Interactive charts to analyze your asset distribution.

Detailed Balance

Monitor the balance of each cryptocurrency in your portfolio.

Trading History

Access your complete trading operation history.

Security

  • End-to-end API key encryption
  • Mandatory user authentication
  • Secure session management
  • Input parameter validation