Environment

Knowing your Environment

Why Multiple Environment:

Answer

SwitchWallet use environments to provide a Test space(Play ground) for you, This helps you to integrate, Test and play around with Code without the fear of losing money

SwitchWallet has two environments

1) Test Environment

  • SANDBOX

2) Mainnet

  • LIVE

Sandbox: This environment as explained above is Test space/Play ground, It should be your default while trying to integrate

Live: After integration and testing of API(s), Then switch to "Live" for Real-time API interaction

Environments and their respective Url(s)

Environment BaseUrl (for API calls)

Sandbox

Live

Last updated