Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitget Wallet Partner Skill

API integration guide and troubleshooting assistant for the Bitget Wallet Open Platform.

What It Does

When partners encounter issues integrating Bitget Wallet APIs, this skill provides:

  • Quick diagnosis — Identify root cause from error codes, symptoms, and parameters
  • Actionable solutions — Code examples and parameter adjustment guidance
  • Proactive prevention — Common pitfalls and best practices

API Coverage

Module Doc Core Capabilities
Authentication auth API Key setup, HMAC-SHA256 signing, IP whitelist, code examples (Python/Node/Go/Java)
Swap Order swap-order Same-chain/cross-chain swaps, Gasless (EIP-7702), signing, order tracking
Market Data market-data K-line (9 periods), transaction stats (buy/sell breakdown), batch queries
Token token Token info, rankings, liquidity, security audit (full labelName mapping)

Getting Started

  1. Get credentials — Contact your Bitget Wallet integration representative for your API Key + Secret
  2. Set up authentication — Follow authentication.md to implement HMAC signing
  3. Whitelist IPs — Provide your server IPs to your representative
  4. Start integrating — Use test credentials for development, switch to production when ready

Test credentials (2 QPS, no whitelist needed): see authentication.md

Quick Links

Supported Chains

Swap Order (7 chains with Gasless support):

Chain Code noGas Minimum
Ethereum eth $5
Solana sol $5
BNB Chain bnb $5
Base base $5
Arbitrum arbitrum $5
Polygon matic $5
Morph morph $1

Market Data: 32 chains (see market-data.md)

Error Code Reference

Code Description Action
80000 Internal system error Retry
80001 Insufficient balance Reduce amount
80002 Amount too low Increase amount
80003 Amount too high Reduce amount
80004 Order expired Re-create order
80005 Insufficient liquidity Try different route
80006 Invalid parameters Check required fields
80007 Invalid Partner Check Partner-Code
80014 Order not found Verify orderId
80015 Duplicate submission Check order status

Full error code table: swap-order.md

License

MIT

About

Bitget Wallet Partner Skill — AI skill for B2B developers integrating Bitget Wallet API. Debug endpoints, validate signatures, test swap/bridge flows, and troubleshoot integration issues.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors