Documentation
Developer guides and API documentation
Getting Started
Welcome to the DravaCoin API documentation. This guide will help you integrate with our decentralized AI marketplace.
npm install @dravacoin/sdk
Base URL: https://api.dravacoin.com/v1
Authentication
All API requests require authentication using your wallet signature.
{
"address": "0x...",
"signature": "0x...",
"message": "Login to DravaCoin"
}
Marketplace API
GET /datasets
List all available datasets
POST /datasets/{id}/purchase
Purchase a dataset with DVC tokens