Build on the Graph.

A single API for social data, gasless transactions, and decentralized storage.Ship faster with managed infrastructure.

Quick start

curl -X POST https://api.onsocial.id/graph/query \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"query": "{ reputationScores(limit: 5) { accountId reputation rank } }"}'

Protocol

Identity

Shared profiles and social state — portable across dApps.

  • One profile across every app
  • Posts, follows, and social feeds
  • Permissioned data access for dApps
Communities

Groups, roles, and proposals — reusable community state.

  • DAOs, clubs, and creator groups
  • Proposals with voting and auto-execution
  • Shared membership across dApps
Scarces

Digital goods with programmable sale, auction, and royalty rules.

  • Storefronts with collections and drops
  • Auctions, offers, and buy-now listings
  • Subscriptions and redeemable passes
Execution

Gasless transactions and flexible auth paths for dApps.

  • Zero-gas onboarding for new users
  • Telegram bots and web apps
  • Any auth model — keys, JWTs, or meta-tx
Access Tiers

Free

$0forever

Rate

60 /min

Depth

3

Complexity

50

Rows

100

Aggregations

No

Pro

$49/mo

Rate

600 /min

Depth

8

Complexity

1,000

Rows

10,000

Aggregations

Yes

Scale

$199/mo

Rate

3,000 /min

Depth

12

Complexity

5,000

Rows

50,000

Aggregations

Yes

API Reference
POST/graph/queryQuery social data via GraphQL
POST/relay/executeGasless transaction relay
POST/storage/uploadUpload files to IPFS
GET/storage/:cidRetrieve stored content
POST/compose/mintMint digital assets
GET/data/getRead on-chain key-value data

Base URL: https://api.onsocial.id