1.0.0 • Published 3 years ago

insomnia-plugin-coinbase-apikey-auth v1.0.0

Weekly downloads
121
License
MIT
Repository
github
Last release
3 years ago

Insomnia CoinBase ApiKey Auth Plugin

Build Status

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.