NxWorth Developers
Build custom integrations, automate your net worth tracking, and interact with the NxWorth API.
API Documentation
Read our comprehensive API documentation to understand available endpoints, authentication, and schemas.
View API DocsOpenAPI Spec
Download our OpenAPI specification to generate clients or use in tools like Postman.
openapi.jsonAuthentication & API Keys
All API endpoints require authentication using a Bearer token. You can generate a personal access token from your dashboard settings.
Authorization: Bearer nx_prod_YOUR_API_KEY
Quickstart
Here is a quick example of how to fetch your current net worth using cURL:
curl -X GET "https://nxworth.com/api/networth" \ -H "Authorization: Bearer $NXWORTH_API_KEY"
Sandbox Environment
Use our sandbox environment at https://sandbox.nxworth.com to safely test your integrations without affecting your real data.