aster-api-spot-errors-v3

Error codes, rate limits, 429/418 handling for Aster Spot Testnet API v3. Use when handling spot testnet API errors or building rate-aware clients.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aster-api-spot-errors-v3" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-spot-errors-v3

Aster Spot API Errors (v3 — Testnet)

Payload: { "code": -1121, "msg": "..." }. Handle by code (stable); messages may vary.

Rate limits: From GET /api/v3/exchangeInfo → rateLimits. REQUEST_WEIGHT: per IP; header X-MBX-USED-WEIGHT-*. ORDERS: per account; header X-MBX-ORDER-COUNT-*. 429: back off. 418: IP banned (2 min–3 days). Prefer WebSocket to reduce REST load.

Security: Invalid nonce/timestamp or signature → check EIP-712 and clock; use GET /api/v3/time.

RangeCategoryExamples
10xxServer/network-1000, -1001, -1003, -1021, -1022
11xxRequest/params-1102, -1121, -1130
20xxProcessing-2010, -2011, -2013, -2018, -2019, -2021

HTTP: 4XX = client (403 WAF, 429, 418); 5XX = server. 503 = may have been processed—do not assume failure.

Payload shapes: reference.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aster-api-market-data-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-account-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-errors-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-trading-v1

No summary provided by upstream source.

Repository SourceNeeds Review
aster-api-spot-errors-v3 | V50.AI