insomnia-plugin-coinbase-apikey-auth

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i insomnia-plugin-coinbase-apikey-auth

Weekly Downloads

266

Version

1.0.0

License

MIT

Unpacked Size

23.1 kB

Total Files

12

Last publish

Collaborators

  • avallete