Socket
Book a DemoInstallSign in
Socket

paxful-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paxful-nodejs

paxful API wrapper for NodeJS

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Node Paxful API Reference

NodeJS Client Library for the Paxful API

Example Usage:

npm i paxful-nodejs

    const Paxful = require("paxful-nodejs");

    let paxful = new Paxful();
    const key = "YOUR_KEY_GOES_HERE";
    const secret = "YOUR_SECRET_GOES_HERE";
    const payload = "username=pardeep889"; // empty or null when not required :)
    const apiEndPoint = "user/info"; // this will be your API end Point
    const method = "POST";

    async function callPaxfulApi(){
        const data = await paxful.hit(apiEndPoint, key,secret,payload,method);
        console.log(data)
    }
 callPaxfulApi();


=============================================================================

To-Do:

  • I will imporove further ASAP :)

Requirements: crpyto-js and node-fetch must be installed

Forked from https://github.com/pardeep889/

Created By: Pardeep889@hotmail.com

Keywords

paxful

FAQs

Package last updated on 20 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.