一键导入
gdex-retailer-onboarding
Retailer partner integrations — list branded onboarding partners that white-label the GDEX trading stack
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retailer partner integrations — list branded onboarding partners that white-label the GDEX trading stack
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
HyperLiquid perpetual futures — open/close positions, set leverage, place market and limit orders with TP/SL, and manage open orders
CSS theming system for GDEX trading UIs — dark/light modes, trading colors, responsive breakpoints, and Tailwind CSS configuration
Troubleshoot GDEX SDK errors — error codes, encryption debugging, chain-specific quirks, HL gotchas, and copy trade pitfalls
Start here — GDEX overview, architecture, supported chains, available skills, and quickstart for cross-chain DeFi trading via managed-custody wallets
HyperLiquid HIP-3 outcome / event markets — list markets, place outcome orders, and manage outcome positions
Deposit and withdraw USDC to/from HyperLiquid for perpetual futures trading — constraints, amounts, and managed-custody flow
| name | gdex-retailer-onboarding |
| description | Retailer partner integrations — list branded onboarding partners that white-label the GDEX trading stack |
Inspect the list of registered retailer partners — third-party brands that white-label the GDEX trading stack and have their own branded onboarding experience.
@gdexsdk/gdex-skill installed| Method | Path | Purpose |
|---|---|---|
GET | /v1/retailer | List registered retailer integrations |
import { GdexSkill } from '@gdexsdk/gdex-skill';
const skill = new GdexSkill();
const retailers = await skill.getRetailers();
// Optionally filter by retailer slug / identifier:
const single = await skill.getRetailers({ retailer: 'partner-slug' });