Learn about the Sandbox environment, its features, limitations, and how to use it for API testing.
https://sandbox-integration-api.meshconnect.com
https://sandbox-integration-api.meshconnect.com
🔹 Can I perform real transactions in the Sandbox?
🔹 Does the Sandbox have the same API as Production?
🔹 Are Testnets supported?
🔹 Are all exchange integrations supported in the Sandbox the same as in Production?
Exchanges |
---|
Binance |
Binance API |
Coinbase |
Bybit |
OKX API |
Gemini |
KuCoin API |
Kraken API |
🔹 How can I allow users to bypass authentication when they return to use Mesh again?
accessToken
into the createLink()
function when connecting an account via the Mesh Web SDK.
accessToken
, users will not need to reauthenticate.
integrationId
and no accessToken
, the catalog will open, but users will be required to authenticate again when selecting an already linked integration.
accessToken
on your side. For best practices on handling authentication tokens, refer to our guide: Handling Auth Tokens.