{
  "name": "HoneyCoin",
  "description": "Stablecoin-powered B2B payments and treasury infrastructure for Africa. REST API for payouts, collections, on/off-ramps, FX, and wallets.",
  "url": "https://honeycoin.app/",
  "version": "1.0.0",
  "updated": "2026-07-20",
  "contact": {
    "api": "api@honeycoin.app",
    "sales": "sales@honeycoin.app"
  },
  "discovery": {
    "llms_txt": "https://honeycoin.app/llms.txt",
    "llms_full": "https://honeycoin.app/llms-full.txt",
    "agent_capabilities": "https://honeycoin.app/agents.md",
    "auth": "https://honeycoin.app/auth.md",
    "pricing": "https://honeycoin.app/pricing.md",
    "api_catalog": "https://honeycoin.app/.well-known/api-catalog",
    "agent_skills": "https://honeycoin.app/.well-known/agent-skills/index.json",
    "mcp_server_card": "https://honeycoin.app/.well-known/mcp/server-card.json",
    "mcp_json": "https://honeycoin.app/.well-known/mcp.json",
    "oauth_protected_resource": "https://honeycoin.app/.well-known/oauth-protected-resource",
    "openapi_b2b": "https://honeycoin.app/openapi/b2b.json",
    "openapi_crypto": "https://honeycoin.app/openapi/crypto.json",
    "api_docs": "https://docs.honeycoin.app",
    "api_reference": "https://docs.honeycoin.app/reference/welcome",
    "sitemap": "https://honeycoin.app/sitemap.xml"
  },
  "apis": [
    {
      "name": "HoneyCoin B2B Fiat API",
      "base_url": "https://api-v2.honeycoin.app/api/b2b",
      "sandbox_base_url": "https://api-v2.honeycoin.app/api/sandbox/b2b",
      "auth": "Bearer token via POST /auth/generate-bearer-token (API Key + Public Key)",
      "docs": "https://docs.honeycoin.app"
    },
    {
      "name": "HoneyCoin Crypto API",
      "base_url": "https://crypto.honeycoin.app/api",
      "sandbox_base_url": "https://crypto.honeycoin.app/api/sandbox",
      "auth": "Bearer token (same auth flow)",
      "docs": "https://docs.honeycoin.app/docs/info-2"
    }
  ],
  "capabilities": [
    "cross-border-payouts",
    "payment-collections",
    "mobile-money",
    "bank-transfers",
    "stablecoin-onramp",
    "stablecoin-offramp",
    "fx-rates",
    "virtual-accounts",
    "virtual-cards",
    "transaction-query"
  ],
  "dashboard": "https://b2b.honeycoin.app",
  "protocols": {
    "mcp": false,
    "webmcp": true,
    "a2a": false,
    "rest": true
  }
}
