Environments
Skipo exposes a single environment: production.
| Environment | Base URL |
|---|---|
| Production | https://api.skipo.com/v2 |
warning
There is no test environment. With any key, whatever its prefix, you read real
balances, quote against real prices, and execute real withdrawals and
conversions. The prefix (skp_live_… or skp_test_…) is only a key format: the
API does not read it and it does not change the behavior of any operation.
Standard headers
The API does not return an X-Request-Id header. The trace used for support
and debugging travels in the body of error responses, but you supply it:
- Send your own
X-Request-Idheader on every request. Skipo reuses it as that request'straceId, so you can correlate it with your own logs. traceId— a field in the error body (application/problem+json). It appears only if you sent that header; quote it when reporting issues.
Time zone and clocks
Signed operations (level 2) are sensitive to clock skew. Check the server time
with GET /v2/time before signing if you suspect a mismatch.