aster-api-spot-auth-v1

HMAC SHA256 signed requests for Aster Spot API v1 (main). Base sapi.asterdex.com, /api/v1/. Use when calling TRADE, USER_DATA, or USER_STREAM. Signed; algorithm same as aster-api-auth-v1.

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-auth-v1" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-spot-auth-v1

Aster Spot API Authentication (v1)

Base: https://sapi.asterdex.com. Path prefix: /api/v1/. API key + secret case sensitive. Signed: send timestamp, signature; optional recvWindow (default 5000 ms, keep ≤ 5000).

ParamDescription
X-MBX-APIKEYAPI key (header)
timestampCurrent time, ms
recvWindowRequest valid this long after timestamp
signatureHMAC SHA256(totalParams, secretKey), hex

Signature: Same as aster-api-auth-v1: totalParams = query + body; HMAC SHA256(secretKey, totalParams) → hex; add signature to query or body; header X-MBX-APIKEY.

Timing: Server accepts if timestamp < serverTime+1000 and serverTime - timestamp <= recvWindow. Use GET /api/v1/time if clock skew.

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-account-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-market-data-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-auth-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-trading-v3

No summary provided by upstream source.

Repository SourceNeeds Review