Skip to content

musinit/binance_parser

Repository files navigation

Binance parser

Getting started

  1. Start the service
    make run
  1. Check how it works
POST localhost:9090/parser/subscription (subscribe)
GET localhost:9090/parser/blocks/current (get latest block number)
GET localhost:9090/parser/transactions (check transactions)

Limits:

  • Check new blocks once in 500 sec
  • Updating and caching user transactions with the same rate
  • Start from 16717904 block number (can be changed in repository layer)
  • After subscribing start transaction caching with the latest block num

About

Binance parser example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published