Offloader Wallets API now available  View changelog

API Key Guide

Understand API keys, how to generate them, and how to use them in your application.

Creating an API Key

  1. Go to https://spherepay.co/dashboard
  2. Go to the "Developer" section
  3. Select the "API Keys" tab
  4. Click on the "Create new API Key" button
  5. Enter a name for your API key
  6. (optional) You may enter a description for your API key under the "Note" field
  7. Click on the "Done" button
  8. Copy the API key

Usage

Pass your API key as a Bearer token in the Authorization header of each request.

curl -X POST https://api.spherepay.co/v2/transfer \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{...}'

Managing API Keys

You can edit or delete API keys from the dashboard.

  1. Go to https://spherepay.co/dashboard
  2. Go to the "Developer" section
  3. Select the "API Keys" tab
  4. Click on the triple dot menu on the right of the API key you want to manage
  5. You can edit and delete your API keys here

Information

API keys that are currently in use cannot be deleted.