OKX OSDApp Connect Wallet
Introduction
What is OKX OS
Preparation
Supported Networks
Wallet API
Introduction
Quick Start
On-Chain Information Query
Wallet Account Management
Transaction Broadcasting
Signing SDK
Resources
DEX API
Introduction
Quick start
Swap API
Cross-chain API
Limit order API
DEX Widget
Marketplace API
Introduction
Runes API
Market API
BTC Ordinals API
Fractal Ordinals API
Error codes
DeFi API
Introduction
Quickstart
API reference
Error code
More resources
General specificationApply to display DAppsApp Universal LinkChangelogOKX Web3 Build User Agreement
More resources
OKX OS
More resources
General specification

General specification#

Response structure#

Success

{
    "code": 0, // success code
    "msg": "success", // success message 
    "data": [] 
}

Failure

{
    "code": 1, // error code
    "msg": "error", // error message 
}
Error code
Apply to display DApps
Table of contents
    Response structure