Sandbox Mode

Note: This endpoint is for development and testing purposes only, please do not send any funds when using this endpoint.

Sandbox details

  • The sandbox environment aims to recreate product flow as close to the production as possible, currently only USDT-MATIC20 is supported on polygon mumbai testnet.

  • appId needs to be set to 2, as it the official test app Id.

Simple Integration

Integrating in hosted mode is pretty straight forward, the only thing you would need to do is redirect to coinmena (link below), this would work for both on desktop and mobile, just adding a link to your app.

https://integration.coinmena.com/app/?appId=2

Parameters customisation

If you want to set some custom options for your integration, just add them as query parameters to the URL.

For example, let's set a walletAddress param so that it'll be pre-filled for the user, for detailed customisation refer to the block below.

Customisation options via query params

GET https://integration.coinmena.com/main/buy/?appId=2

User is redirected to the coinmena site, will configs set in query params.

Path Parameters

{
    // Response
}

Last updated