Node Paxful API Reference
NodeJS Client Library for the Paxful API
Example Usage:
npm i paxful-nodejs
const Paxful = ; let 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"; { const data = await paxful; console } ;
=============================================================================
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