원클릭으로
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' });