neuron Carrier Experience API icon

neuron Carrier Experience API

(0 reviews)

p4h-pxv/Environments 🌍

The Neuron Carrier Experience API is available across multiple environments to support development, testing, and live trading operations. Each environment has its own base URL, credentials, and data behaviour.

This page explains how to use them and what to expect when integrating.


πŸ§ͺ UAT Environment

The UAT environment is intended for development, integration testing, and validation before moving to production.

πŸ”Ή Purpose

  • Test authentication and API connectivity
  • Validate payloads and response structures
  • Run end-to-end integration scenarios
  • Safely test without impacting live data

πŸ”Ή Base URL

https://api.uat.neurondigitaltrading.com/carrier/{version}

πŸ”Ή Notes

  • Data is non-production and refreshed periodically
  • Performance characteristics may differ from production
  • client_id and JWT values are environment-specific

πŸš€ Production Environment

The Production environment is the live, operational system used for real broker submissions and carrier responses.

πŸ”Ή Purpose

  • Live trading activity
  • Real-time submission and quote processing
  • High-availability, high-performance operations

πŸ”Ή Base URL

https://api.neurondigitaltrading.com/carrier/{version}

πŸ”Ή Notes

  • Only onboarded, approved integrations should call production
  • All requests must be authenticated using production-issued credentials
  • Payload validation and error handling are strict to protect data quality

πŸ” Environment-Specific Credentials

Each environment requires its own:

  • client_id
  • JWT (Azure AD) configuration
  • Allowed redirect URIs (if applicable)
  • Access roles

Ensure you request the correct credentials when onboarding.


πŸ“Œ What to Expect Across Environments

AspectUATProduction
DataTest dataReal broker submissions
CredentialsUAT-specificProduction-specific
Rate LimitsStandard test limitsOperational limits
Error BehaviourRelaxed for debuggingStrict validation
UsageIntegration & QALive trading

πŸ”— Useful Navigation



Reviews