🔸Authentication

Step by step guide to set up the Marswap Aggregator Widget

Get your API keys

Your widget is authenticated using an API Key and Integrator ID. Any widget that doesn't include these credentials will return an error.

Below is an example API Key and Integrator ID combination.

apiKey: '4b5f885c-b764-4160-95f4-00ceb5124abb' // Example API Key
integration = {
  id: 'test-widget'
}

Last updated