insomnia-plugin-coinbase-apikey-auth
v1.0.0
Published
A simple insomnia plugin to easily authenticate and perform request to Coinbase.com using API_KEY.
Downloads
982
Maintainers
Readme
Insomnia CoinBase ApiKey Auth Plugin
A simple insomnia plugin to easily authenticate and perform request to Coinbase.com using API_KEY.
Usage:
To use this plugin with insomnia, first you need to get your personals API_KEYS from CoinBase here
Then on insomnia, you have to add two variables to your environment:
COINBASE_API_KEY
COINBASE_SECRET_KEY
Like so:
{
"COINBASE_API_KEY": "[YOUR_API_KEY]",
"COINBASE_SECRET_KEY": "[YOUR_SECRET_KEY]"
}
And that's it. All your requests are now authenticated with your API credentials.