Obtain your credentials
Contact the Wealthyhood team at hello@wealthyhood.com to receive your
client_id and client_secret credentials.Once approved, you’ll receive credentials for both sandbox and production environments.
Retrieve an access token
Use the OAuth 2.0 client credentials flow to obtain a bearer token:See the Authentication API for full details.
Create a test user
Create a user account in the platform:Learn more in the Users API documentation.
Save the user ID from the response—you’ll use it in the
x-user-id header for user-specific requests.Retrieve user's portfolio
Fetch the user’s portfolios:Explore the Portfolios API for more endpoints.
Successfully retrieving portfolio data confirms your integration is working correctly.
Submit an order
Create a test order to buy an asset:
Your order has been submitted! Check the Investment Orders API to learn how to track order status and manage orders.
Next steps
Now that you have your first integration working, explore more capabilities:Authentication guide
Learn about OAuth 2.0 authentication and user identification headers.
Environments
Understand sandbox vs production environments.
API reference
Explore all available endpoints with interactive examples.
Order execution flow
Deep dive into the complete order execution workflow.