Post
Topic
Board Development & Technical Discussion
Re: How to determine the sender of BTC through an API
by
TryNinja
on 20/04/2020, 18:08:32 UTC
the main problem is parsing the JSON response that the API sends back which would require additional libraries that are designed to do that, and i don't think it is possible to do this with a simple script.
Not really. You can parse a JSON response with pretty much every programming language there is (python, js, php, etc...).