Skip to main content

Omakase Staking API

The Omakase Staking API lets your application manage Ethereum and Solana staking while keeping transaction signing and broadcast under your control.

Base URL

Production requests use:

https://api.staking.0xmakase.co.jp

All endpoints are versioned under /v1.

Get started

  1. Create and protect an API key.
  2. Add idempotency keys to requests that create resources or transactions.
  3. Follow the Ethereum or Solana integration flow.
  4. Use the API Reference for the exact request, response, and error contracts.

The API returns JSON. Send Content-Type: application/json when a request has a JSON body.