Quick Start
Get up and running with the Minima API
API keys (optional)
API Keys are entirely optional, so why even use one for your integration?
🔍 Tracking volume! API Keys are how we can track volume per integration, and provide you with details on volume that moves through your specific integration.
💸 Set your own custom trade fee. This fee will be directed to your configured fee collector address
To get your API keys, head over to nodefinance.org and click "Start for free." Once you create your account, log-in, go to the "Mission Control" section and click "API Keys" to generate your keys.
Include API Keys
Include your API key in the header such as the following:
Good to know: API Keys are entirely optional, your integration will still work without them!
Make your first request
To make your first request, send an authenticated request to the pets endpoint. This will calculate a route.
Good to know: If a route cannot be found between two tokens, you will receive an error message which designates that.
Take a look at how you might call this method:
Last updated