FutureVibesFutureVibes

API Dokumentation

MerchantHub REST API v1.0

The MerchantHub API enables integration of cryptocurrency payments. All endpoints require HTTPS and an API key.

Base URL

https://api.futurevibes.io

Authentication

All API requests must include a valid API key in the header.

x-api-key: fv_your_api_key_here

Find your API key in the Merchant Dashboard under Settings.

Endpoints

Check if the API and all services are available.

Response

{
  "status": "ok",
  "db": "connected",
  "nowpayments": "OK"
}