1.0.2 โ€ข Published 4 months ago

speedsmm-api v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

SpeedSMM API

    const smmAPI = require('speedsmm-api');
    let speed = new smmAPI({ key: "API KEY", api: "https://speedsmm.com/api/v2" });
    let addOrder = await speed.addOrder({ 
        service: 4564,
        link: "https://www.instagram.com/p/CFQ4ZJ5nZ6e/",
        quantity: 100,
        custom: "test"
    });
    let balance = await speed.getBalance();
    let services = await speed.getServices();
    let status = await speed.getStatus({ order: 13867166 });
    let cancel = await speed.orderCancel({ order: 13867166 });
    let refill = await speed.refill({ order: 13867166 });
    let refillStatus = await speed.refillStatus({ order: 13867166 });

๐ŸŽˆ Images ๐ŸŽˆ

image


  • โœจ For Support
  • ๐Ÿ’• Discord
  • ๐Ÿ“ Fast Uptime
  • ๐Ÿช„ All kinds of projects are made
  • ๐Ÿงจ You can contact us to make a paid project
  • ๐Ÿ’ธ You can contact for paid installation
  • โ˜„๏ธ Click For Contact

๐ŸŽฏ License ๐ŸŽฏ

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago