Skip to main content

Test Environment

Our test environment is designed to mirror the functionality of our production environment, allowing you to fully test your integrations before deploying to production. However, there are a few key differences between the two environments, which are outlined below.

Key Differences from Production

  1. Test Environment URL
    In the test environment, the base URL for API requests is:

    https://test-api2.yieldguild.io/api

    This differs from the production environment URL, which is:

    https://api2.yieldguild.io/api
  2. Mock Data Since there are no real users in the test environment, for most cases where the API is depended on a user we will mock the response. Each endpoint's documentation will specify how the endpoint behaves in the test environment.


For more detailed instructions on testing specific endpoints and scenarios, please refer to the individual endpoint documentation.