DOCUMENTATION

Everything you need to integrate Urim Data's real-time price feeds into your applications

QUICK START

1

Get API Key

Sign up and get your free API key to start making requests

curl -X GET "https://api.urim.data/auth/signup"
2

Make Your First Request

Fetch the latest CBBTC/USD price with a simple HTTP request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.urim.data/v1/feeds/cbbtc-usd"
3

Integrate in Your App

Use our SDKs or REST API to integrate price feeds into your application

import { UrimData } from "@urim/data-sdk";

const oracle = new UrimData(API_KEY);
const price = await oracle.getPrice("CBBTC/USD");

DOCUMENTATION SECTIONS

🚀

Getting Started

Quick start guide to integrate Urim Data in your application

📊

Price Feeds

Comprehensive guide to using our price feed APIs

📚

SDKs & Libraries

Official libraries and SDKs for popular programming languages

⛓️

Smart Contracts

On-chain integration guides for smart contract developers

🔌

WebSocket API

Real-time price updates via WebSocket connections

💡

Examples

Practical examples and code snippets for common use cases

API REFERENCE

Complete API documentation with interactive examples and code snippets

OPENAPI SPEC

NEED HELP?

Our developer community is here to help you integrate successfully

STAY UPDATED

Get notified about new features, API updates, and maintenance schedules