# Quidax API key (required for authenticated endpoints)
QUIDAX_API_KEY=DOJtU1WFxS1KGrBxhd5PpxmXKa9rzFGwVTuaNf2r

# Custom base URL (optional, defaults to https://openapi.quidax.io/exchange-open-api/api/v1)
QUIDAX_BASE_URL=https://app.quidax.io/api/v1

# A sub-account ID linked to your API key (required for user PUT/edit tests)
# Fetch one via GET /users after setting up your key
SUB_ACCOUNT_ID=7zwlmiuv
