API Reference
//
Get Customer Pocket
Retrieve a single Pocket for a given pocket_id.
Security
HTTPBearer
- Production serverhttps://your-partner-name.partner-api.jikoservices.com/api/v2/customers/{customer_id}/pockets/{pocket_id}/
- Sandbox serverhttps://your-partner-name.sandbox-api.jikoservices.com/api/v2/customers/{customer_id}/pockets/{pocket_id}/
curl -i -X GET \
'https://your-partner-name.partner-api.jikoservices.com/api/v2/customers/{customer_id}/pockets/{pocket_id}/?omit%5B%5D=portfolio&valuation_type=rfq' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-jiko-idempotency: 497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'x-jiko-signature: string'Successful Response
Pocket deposit trading strategy ID (Example: UST-4W)
Any of:
Pocket reinvestment trading strategy ID (Example: UST-4W)
string
Response
{ "id": "d0e1dd1b-3e21-4cd4-9872-f71ea4967ffd", "pocket_name": "4-week T-bills", "portfolio": { "securities": [ … ], "cash": { … }, "all_time_earnings": { … }, "total_value": { … }, "fees": [], "liquidation_value_t0": { … }, "liquidation_value_t1": { … } }, "status": "OPEN", "attributes": [], "deposit_strategy_id": "UST-4W", "reinvestment_strategy_id": "UST-26W", "customer_id": "62c5272e-ef8c-4d8a-a49d-633432409fd4", "object_type": "CustomerPocket" }