๐Ÿ“˜ CoinDirectly Litecoin Payment API

Use this API to automate Litecoin payments through CoinDirectly.com.


๐Ÿš€ API Endpoint

POST โ†’ https://coindirectly.com/gatway/gateway.php

๐Ÿ“ฆ Required JSON Parameters

๐Ÿงช Sample cURL Request

curl -X POST https://coindirectly.com/gatway/gateway.php \
-H "Content-Type: application/json" \
-d '{
  "api_key": "YOUR_API_KEY_HERE",
  "product_id": "premium_plan",
  "amount": 50
}'

โœ… Sample Response (Pending)

{
  "status": "pending",
  "ltc_address": "ltc1qxyzabc123...",
  "ltc_amount": 0.598,
  "usd_price": 50,
  "product_id": "premium_plan",
  "ltc_price_usd": 97.80,
  "message": "โณ Waiting for LTC payment..."
}

๐Ÿ’ฐ Sample Response (Confirmed)

{
  "status": "confirmed",
  "ltc_address": "ltc1qxyzabc123...",
  "ltc_amount": 0.598,
  "message": "โœ… Payment confirmed",
  "txid": "f6a4a8f1..."
}

โš ๏ธ Error Response

{
  "status": "error",
  "message": "Invalid API key or amount must be at least $1"
}

๐Ÿ›’ How to Subscribe & Get Your API Key

  1. Go to https://coindirectly.com
  2. Choose a pricing plan:
    • Trial Plan: $0 โ€“ 1 Day (๐Ÿ”’ API Key Disabled)
    • Developer Plan: $29 โ€“ 30 Days (โœ… API Key Enabled)
    • Business Plan: $50 โ€“ 60 Days (โœ… Unlimited API Access, Team Support)
  3. Create your account and login.
  4. From the Dashboard โ†’ Navigate to API Access section.
  5. Copy your API Key and use it in your integration.

๐Ÿ“ˆ Rate Limits

๐Ÿ“ซ Need Support?

Use the built-in support panel inside your CoinDirectly dashboard or contact support via their official website.