Giter Site home page Giter Site logo

unizend / lbtc-api Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 5.0 105 KB

NodeJS Client Library for the LocalBitcoins API. Contributions are welcome.

Home Page: https://unizend.com

License: MIT License

JavaScript 99.59% Shell 0.41%
nodejs api localbitcoins-api javascript bitcoin unizend good-first-issue contributions-welcome shield issues-shield

lbtc-api's People

Contributors

alexsc6955 avatar dependabot[bot] avatar wickathou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lbtc-api's Issues

"myself" function not working

When I use the myself function, it doesn't return anything.

It seems the path is wrong. It is localbitcoins.com/api/account_info/myself but it should be /api/myself

Public market data pagination error

When I try to make a request to a page other than the first one, it throws an error from LocalBitcoins.

 Request to https://localbitcoins.com/sell-bitcoins-online/ve/venezuela/.json?page=2
{
   error: {
     message: 'HMAC authentication key and signature was given, but they are invalid.',
     error_code: 41
   }
 }

Problem with publicMarketData.bitcoinAvege()

When the LocalBitcoins API is generating the average price, the app breaks.

lbtc.publicMarketData.bitcoinAverage().then(async (response) => {
  console.log(response.VES)
})

I got this message

Request to https://localbitcoins.com/bitcoinaverage/ticker-all-currencies/
(node:16491) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://localbitcoins.com/bitcoinaverage/ticker-all-currencies/ reason: Unexpected token T in JSON at position 0
    at /Users/desarrollomarkettech/unizend/unizend-live-rates/node_modules/node-fetch/lib/index.js:272:32
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async Object.bitcoinAverage (/Users/desarrollomarkettech/unizend/unizend-live-rates/node_modules/unizend-localbtc/unizend-localbtc.js:446:18)
    at async getAverage (/Users/usuario/unizend/app/new.js:34:3)
(node:16491) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:16491) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.