Overview
Quickstart
Use the smallest set of requests to confirm connectivity and authentication.
1. Check service health
curl https://api.jd.io/health 2. Send a bearer token
curl https://api.jd.io/v1/account/balance \
-H 'Authorization: Bearer <USER_API_KEY>' 3. Continue with the reference
-
Account balance
Use `/v1/account/balance` to validate API key and wallet state.
-
Positions
Use `/v1/positions` to read portfolio value, PnL, and active positions.
-
Orders
Use
/v1/orders,/v1/orders/open, and/v1/orders/{orderId}for order workflows.