Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekpanwar authored Mar 4, 2019
1 parent 51dc6fe commit 3624a2f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
This api labels one or more BTC addresses

## Free API
Send a wallet address or a batch of addresses and the method returns the type of the requested wallet(s). For example: Cold storage, Main exchange etc.
Send a wallet address or a batch of addresses and the method returns the type of the requested wallet(s) in json format. For example: Cold storage, Main exchange etc.
```
https://bitcoin-wallet-classifier.herokuapp.com/
Usage:
Input:
https://bitcoin-wallet-classifier.herokuapp.com/392LK4ZQD3gixWg5xJRTv1a24N3YDgCbwP,36ZzG7KZ91D8TZhvzxzw79vv8evzP85Fob
Output:
{"Address":{"0":"392LK4ZQD3gixWg5xJRTv1a24N3YDgCbwP","1":"36ZzG7KZ91D8TZhvzxzw79vv8evzP85Fob"},"Label":{"0":"Main Exhange","1":"intermediate address"}}
```

## Building the Docker container
Expand Down

0 comments on commit 3624a2f

Please sign in to comment.