Trang chủ Sản phẩm eSIM Đơn hàng Nạp tiền Đăng nhập

Tài liệu API sản phẩm

GET https://lunakey.net/api/v1/products/list?search=qwen
Response chứa:
  • id - ID sản phẩm
  • name - Tên sản phẩm
  • plans[] - Danh sách gói: id, name, price, sale_price, fields[]
Thông tin sản phẩm này:
Product ID: 13198
Slug: qwen
Plans:
ID: 36679 - API QWEN UNLIMITED TOKEN 7D
Code mẫu:
curl "https://lunakey.net/api/v1/products/list" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here"
POST https://lunakey.net/api/v1/orders/create
Request Body:
{
  "items": [
    {
      "plan_id": 36679,
      "quantity": 1,
      "fields": {
        "field_key": "field_value"
      }
    }
  ],
  "coupon_code": ""
}
Các gói có thể mua:
Plan ID Tên gói Giá
36679 API QWEN UNLIMITED TOKEN 7D 120.000đ
Code mẫu:
curl -X POST "https://lunakey.net/api/v1/orders/create" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here" \
  -d '{"items":[{"plan_id":36679,"quantity":1}]}'
GET https://lunakey.net/api/v1/orders/status?trans_id={trans_id}
Parameters:
  • trans_id - Mã giao dịch từ kết quả tạo đơn
Response chứa:
  • order - Thông tin đơn hàng
  • delivery.items - Nội dung giao hàng
  • status - pending, processing, completed, cancelled
Code mẫu:
curl "https://lunakey.net/api/v1/orders/status?trans_id=ORD123456" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here"
Giao ngay 24/7
QWEN
Giao ngay tự động Nhận tài khoản & key trong 30 giây
Bảo hành uy tín Cam kết 1 đổi 1 suốt thời gian sử dụng
Hỗ trợ tận tâm 24/7 Giải đáp tức thì qua Zalo & Telegram
Giới thiệu

Mô tả sản phẩm

Xem chi tiết

📝 Mô tả sản phẩm: • API key Qwen không giới hạn token / 7 ngày • Hỗ trợ 3 model Agent chuyên dụng • Tương thích OpenCode, Claude Code, Codex CLI, VS Code, Cursor và Aider • Key được tạo tự động ngay sau khi mua

Đánh giá sản phẩm

0 đánh giá

Chưa có đánh giá nào cho sản phẩm này

Hãy là người đầu tiên đánh giá sản phẩm!

QWEN

Chưa có đánh giá Học Tập
120.000đ
API QWEN UNLIMITED TOKEN 7D

API QWEN UNLIMITED TOKEN 7D

Giao ngay
120.000đ
Bạn có mã giảm giá?
Tạm tính 120.000đ
Tổng cộng 120.000đ
Kho hàng: 27 sản phẩm
Chi tiết gói API QWEN UNLIMITED TOKEN 7D
🌐 BASE URL: https://api.nexusapi.co/qwen/v1 📚 Docs & Quota: https://api.nexusapi.co 📝 Mô tả sản phẩm: • API key Qwen không giới hạn token / 7 ngày • Hỗ trợ 3 model Agent chuyên dụng • Tương thích OpenCode, Claude Code, Codex CLI, VS Code, Cursor và Aider • Key được tạo tự động ngay sau khi mua 🤖 Tất cả model (3): • Qwen3.8-Max-agent, Qwen3.8-Max-fast-agent, Qwen3.8-Max-thinking-agent 🔑 Bảo Hành: • Tính từ ngày tạo key tới khi hết token hoặc hết số ngày sử dụng 💡 Cách cấu hình: • Base URL: https://api.nexusapi.co/qwen/v1 • Header: Authorization: Bearer <API_KEY>