Odin API Documentation
Welcome to the Odin API documentation. Odin is a crypto trading platform built on Bitcoin infrastructure, featuring token discovery, trade viewing, social interactions, and user management.Platform Overview
Token Management
Create, manage, and discover tokens with comprehensive metadata and social features.
Trade Data
View trade history and market data with detailed filtering options.
Social Features
Community comments, favorites, and social engagement around tokens.
User Management
User profiles, balances, activity tracking, and achievements.
API Architecture
The Odin API follows RESTful principles:- REST Endpoints
- Authentication
- Data Format
Standard HTTP methods for operations:
GET
for data retrieval (most endpoints)POST
for creating resources (some endpoints)PATCH
for partial updates (limited endpoints)DELETE
for resource removal (limited endpoints)
Getting Started
1
Explore Public Data
Start by exploring tokens and market data without authentication.
Most endpoints don’t require authentication and can be accessed immediately.
2
Authentication Setup (Optional)
Set up authentication only if you need to access protected endpoints or user-specific data.Follow our detailed getting started guide: Quickstart Guide
Save the returned JWT token for subsequent authenticated API calls.
3
Access Protected Endpoints
Use authentication to access protected endpoints that require JWT tokens.
Only specific endpoints require authentication - most data viewing endpoints are public.
Response Format
All API responses follow a consistent structure:- Success Response
- Error Response
- Single Item
Base URL
Support & Resources
API Reference
Complete endpoint documentation with examples
Getting Started Guide
Step-by-step integration tutorial
Community
Join our Discord for support and updates
This API documentation covers all public endpoints. Some administrative functions may require special permissions.