Developer API

APIs, SDKs &
Integration Resources.

Enterprise REST APIs, WebSocket feeds, OAuth 2.0 authentication, webhooks, SDK libraries and deployment guides for all Adonis Network platforms.

12 reference documents · 6 SDK languages · 80+ endpoints · Full OpenAPI 3.0 specs

api-quickstart.sh
# A1 Agent API — Quick Start curl -X POST "https://api.adonis.network/v1/agents" \ -H "Authorization: Bearer $ADONIS_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"a1-enterprise-v2", "task":"analyze","stream":true}' # Response — 200 OK { "id": "agent_9x2k4m", "status": "running", "model": "a1-enterprise-v2" }
80+
Endpoints
6
SDK Langs
99.9%
Uptime SLA
v3.1
Latest
Showing 12 APIs

All API References

12 docs
API Reference Intermediate LIVE

A1 AI Platform — REST API Reference

Complete REST API reference for the A1 AI Platform. Agent creation, task queuing, model inference, streaming responses, tool calls and workflow orchestration.

REST AI Agents Streaming
12 min v2.4
Read
Getting Started Beginner LIVE

API Authentication & Key Management

Generate, rotate and scope API keys. Bearer tokens, OAuth 2.0 flows, IP whitelisting, rate limiting and secure credential storage best practices.

OAuth API Keys Security Bearer
6 min v3.1
Read
WebSocket Reference Intermediate LIVE

Exchange WebSocket Feed — Real-Time Market Data

Subscribe to live order books, trade streams and ticker data. Connection lifecycle, subscription management, heartbeat protocol and automatic reconnection.

WebSocket Real-Time Exchange Markets
10 min v4.1
Read
SDK Reference Advanced LIVE

ADON Chain SDK — Smart Contract Deployment

Deploy, verify and interact with EVM-compatible smart contracts. ABI encoding, gas estimation, event listeners, multicall patterns and testnet integration.

EVM Solidity Web3 SDK
8 min v1.8
Read
API Reference Beginner LIVE

Webhook Events — Platform Notification System

Subscribe to real-time platform events. HMAC-SHA256 signature verification, retry policies, event schemas, payload examples and sandbox testing tools.

Webhooks Events HMAC REST
5 min v1.9
Read
Security Guide Advanced LIVE

OAuth 2.0 & PKCE Authentication Flow

Implement OAuth 2.1 with PKCE for web, mobile and server-to-server integrations. Token rotation, session binding, scope management and revocation endpoints.

OAuth2 PKCE Security SSO
9 min v2.1
Read
API Reference Intermediate LIVE

LMS Pro API — Course & Enrollment Management

Course catalogues, student enrollment, SCORM delivery, live session management, certificate generation and LTI 1.3 integration via REST.

LMS REST SCORM LTI
7 min v3.0
Read
Integration Guide Intermediate LIVE

Adonis Center Commerce API — Products & Orders

Manage product catalogues, order pipelines, seller onboarding, split payments, subscription billing and digital delivery via REST API.

Commerce REST Payments Orders
8 min v2.2
Read
API Reference Advanced LIVE

Exchange REST API — Order Management & Accounts

Place, modify and cancel orders. Account balances, trade history, position management, fee schedules and institutional sub-account support.

Exchange Trading REST Orders
11 min v4.2
Read
SDK Reference Intermediate LIVE

Workspace SDK — Team & SSO Integration

User provisioning, role management, team namespaces, notification webhooks and single sign-on via SAML 2.0 and OIDC using the Workspace SDK.

Workspace SSO SAML SDK
6 min v2.0
Read
Deployment Guide Advanced LIVE

Kubernetes & GitOps Deployment Guide

Deploy Adonis services on Kubernetes. Helm charts, GitOps pipelines, Vault secrets management, autoscaling policies and Prometheus observability setup.

Kubernetes Helm GitOps DevOps
9 min v1.5
Read
Security Guide Advanced LIVE

API Security Hardening — Zero-Trust Checklist

Key rotation, IP whitelisting, mTLS enforcement, RBAC policies, input sanitisation, rate limiting and penetration test preparation for all Adonis APIs.

Security Zero-Trust RBAC mTLS
7 min v2.3
Read
Search APIs
Browse by Category
API Status
A1 Platform API
Operational
Exchange REST API
Operational
Exchange WebSocket
Operational
ADON Chain RPC
Operational
Auth Service
Operational
Webhook Delivery
Operational
Popular Endpoints

Ready to integrate? Request sandbox credentials and start building today.

Get Sandbox Access
SDK Hub

Official SDK Libraries

Type-safe wrappers for all Adonis Network APIs. Install and start integrating in under a minute.

JavaScript / TypeScript
npm
$ npm install @adonis/sdk
View SDK Docs
Python
pip
$ pip install adonis-sdk
View SDK Docs
PHP
composer
$ composer require adonis/sdk
View SDK Docs
Go
go get
$ go get github.com/adonis/sdk-go
View SDK Docs
Ruby
gem
$ gem install adonis-sdk
View SDK Docs
Java / Kotlin
maven
$ implementation "net.adonis:sdk"
View SDK Docs
Changelog

API Releases & Updates

Recent API version releases, breaking changes and security updates.

v2.4 May 2026
NEW A1 Platform API v2.4

Multi-agent orchestration, streaming tool calls, async job queuing and expanded model endpoint support.

v3.1 May 2026
NEW Auth SDK v3.1

OAuth 2.1 PKCE flow, refresh token rotation, session binding and granular API key scope management.

v4.2 Apr 2026
UPDATE Exchange REST v4.2

Conditional order types, batch cancellation, institutional sub-accounts and order book depth streaming.

v4.1 Apr 2026
UPDATE Exchange WebSocket v4.1

Reconnection logic, subscription deduplication, heartbeat interval control and latency improvements.

v1.8 Mar 2026
IMPROVED ADON Chain SDK v1.8

Gas estimation accuracy, batch transaction support, ERC-721 extensions and testnet faucet improvements.

v2.3 Jan 2026
SECURITY Security Layer v2.3

mTLS enforcement on all endpoints, RBAC policy engine v2, enhanced rate limiting and audit trail schema v3.

Ready to Start Building?

Request sandbox API credentials, explore the full documentation or book a technical call with our developer team.

Need API Integration Support?

Describe your integration challenge, the platform you're connecting to, or the technical use case. Our developer team responds with specific guidance, code examples or a direct call.

Never shared. NDA available on request.

up