Sell Access to Your API

A step-by-step guide. From zero to earning revenue on your API in under five minutes.

What You Need

Two things. That is all.

A Running API

Any API that works over HTTP. REST, GraphQL, SOAP, gRPC, JSON-RPC, XML-RPC. It can be on any server — your laptop, a cloud VM, or your office server.

A Spec File

An OpenAPI file (YAML/JSON), GraphQL SDL, WSDL, .proto file, or a simple method list. This describes what your API does.

Step by Step

Follow these steps and you will be selling API access in minutes.

1

Install and Run Sertone

One command: docker pull sertone/dag. The Sertone node sits in front of your API and handles all payment and encryption logic.

Run it on the same machine as your API (or on the same network). Takes about 60 seconds.

2

Open the Web Console

Once running, open your browser and go to the web console. This is where you manage everything — no command line needed.

3

Register Your API

In the console, click "Register API" and fill in:

  • Your API's address on your network (for example, http://localhost:4001)
  • Your spec file (drag and drop)
  • Your per-call price

Sertone validates your API is reachable, parses your spec file, and publishes your service to the catalog.

4

Done — You Are Live

Your API is now visible in the Sertone catalog. Consumers can find it, call it, and pay per call. Money goes directly to your account.

Monitor calls, earnings, and status from the web console.

Frequently Asked Questions

Quick answers to the most common questions.

Do I need to change my API code?

No. Your API stays exactly as it is. Sertone sits in front and handles everything.

Can I use any programming language?

Yes. Sertone talks to your API over HTTP. It does not matter what language your API is written in.

How fast do I get paid?

After each API call, payment settles within minutes. Money goes directly to your account — not to us, then to you.

What if my API goes offline?

No problem. Your API is simply marked as unavailable in the catalog. When it comes back, it is available again. No penalty.

Can I stop selling at any time?

Yes. Just stop Sertone. Your API disappears from the catalog. No cancellation process, no contract to break.

Ready to Start Selling?

Install in 60 seconds and start earning from your API.

Full Owner Guide View Pricing