Documentation Index
Fetch the complete documentation index at: https://uncoded.ch/docs/llms.txt
Use this file to discover all available pages before exploring further.
BitMart is a global venue with broad symbol listings. Distinguishing feature: BitMart requires an
API_UID (sometimes called “memo”) field in addition to API key and secret. Save all three credentials at creation — the API_UID is unrecoverable.When BitMart makes sense
Symbol coverage beyond majors
BitMart lists tokens not on Binance/Bybit, particularly Asian-market and earlier-stage projects.
Tertiary venue diversification
For operators running multiple venues for jurisdictional/symbol diversification.
Specific niche listings
Useful when you’ve identified a specific symbol with good BitMart liquidity.
When NOT to use BitMart
Important: API_UID requirement
What API_UID is
What API_UID is
BitMart’s third credential beyond key and secret. Sometimes labeled “memo” in BitMart’s UI.Not a passphrase like OKX (passphrases are operator-set; UID is system-assigned). It identifies the API key uniquely within BitMart’s authentication system.
Save at creation
Save at creation
Save all three (key, secret, UID) immediately. UID is unrecoverable — losing it means revoke and recreate.
Don't confuse with OKX passphrase
Don't confuse with OKX passphrase
OKX uses passphrase (operator-chosen). BitMart uses API_UID (system-assigned). Both are “third credential” but different concepts.
Account creation
API key creation
Configure permissions
- ✅ Read — enable.
- ✅ Spot Trading — enable.
- ❌ Withdrawal — leave unchecked. NEVER enable.
Connecting unCoded to BitMart
Paste all three credentials
BitMart form has three fields: API Key, Secret, API_UID (or memo). Paste all three.
BitMart-specific quirks
API_UID requirement
API_UID requirement
Already covered above, but worth re-emphasizing: third credential mandatory. Lose any one of the three = revoke and recreate.
Symbol naming varies
Symbol naming varies
BitMart pair format may differ by symbol type. Generally
<base>_<quote> or similar. The unCoded exchange profile handles known patterns.Variable liquidity
Variable liquidity
Strong on majors; variable on long-tail. Validate per-symbol before configuring.
Fee structure
Fee structure
Default
0.25% taker. Higher than Binance with BNB. Volume tier discounts available.Less battle-tested integration
Less battle-tested integration
BitMart’s unCoded integration is solid but less deeply hand-tuned than Binance/Bybit. Watch logs more carefully.
Troubleshooting BitMart-specific
Authentication fails with valid-looking credentials
Authentication fails with valid-looking credentials
Most common cause: missing or wrong API_UID/memo field.Steps:
- Verify all three credentials saved at creation.
- Re-paste API_UID carefully.
- Verify IP allowlist matches VPS IP.
- Confirm Spot Trading permission enabled.
I lost the API_UID
I lost the API_UID
Recovery path:
- Revoke the API key at BitMart.
- Create new key — note the new API_UID.
- Save all three credentials immediately.
- Update Dashboard, restart TradingBot.
Symbol not found
Symbol not found
Verify symbol format (BitMart-specific) and that the pair is listed.
Best practices for BitMart operators
What’s next
API Key Security
Universal principles.
OKX Setup
Compares with OKX’s passphrase model.
Binance Setup
The recommended primary.
Other venues
Remaining production-ready.
TradingBot
The execution engine.