OKX OSDApp Connect Wallet
Ontwikkelaarsportaal
Thema
Introduction
What is OKX OS
Preparations
Supported Networks
Wallet API
Introduction
Quick Start
On-chain Information Query
Wallet Account Management
Transaction Broadcasting
Signature SDK
Resources
DEX API
Introduction
Build swap applications
Swap API
DEX cross-chain
Limit order API
DEX Widget
Marketplace API
Introduction
Runes API
API reference
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
More resources

General specification#

Response structure#

Success

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

Failure

json
{
    "code": 1, // error code
    "msg": "error", // error message 
}
PreviousError codeUp nextApply to display DApps
Table of contents
    Response structure