Skip to main content
SHARE Protocol API

What is the SHARE Protocol API?

SHARE Protocol API helps you offer flexible revenue sharing to your products and experiences. It’s built for creators, businesses and developers.

Core Features

Account Management

Manage user identities and accounts

Content Distribution

Build decentralized music and video players

Revenue Sharing

Create contracts to split payments

Payouts

Distribute revenue automatically

Quick Start

Please contact us for a sandbox API key.

1. API Endpoint

All requests go to:
POST https://share-ddn.formless.xyz/v1

2. Authentication

Include your JWT token in every request:
Authorization: Bearer <your-jwt-token>

3. Request Format

SHARE Protocol uses JSON-RPC 2.0:
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "method_name",
  "params": {
    // your parameters here
  }
}

Protocol Contract

The SHARE protocol contract is deployed on Base:
0x258f05227109D0a56C8caAf7d8984d303664DF10
View on BaseScan

Need Help?

Visit formless.xyz to learn more about Formless.