1
Obtain your credentials
Contact the Wealthyhood team at [email protected] to receive your
client_id and client_secret credentials.Once approved, you’ll receive credentials for both sandbox and production environments.
2
Retrieve an access token
Use the OAuth 2.0 client credentials flow to obtain a bearer token:See the Authentication API for full details.
3
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.4
Retrieve user's portfolio
Fetch the user’s portfolio holdings:Explore the Portfolios API for more endpoints.
Successfully retrieving portfolio data confirms your integration is working correctly.
5
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.