Quick Start
Create an API key and make your first request.
You can call public market-data endpoints with no setup at all. To read your account or trade, you first create an API key.
1. Create an API key
Sign in to SPACEDEX, open Account, then API. Create a new key and choose its permissions. You will see the API key once and the secret key only once, so store the secret somewhere safe. If you lose it, delete the key and create a new one.
| Permission | What it allows |
|---|---|
| Read | Read account balances, orders and trades (USER_DATA) |
| Trade | Place and cancel orders (TRADE) |
| Withdraw | Submit withdrawals (disabled by default; enable with care) |
2. Make your first public request
Check connectivity and read the current price of a symbol. No key required.
3. Make your first signed request
Read your balances. This requires your API key and a signature (full details in Authentication).