Placing an asset up for sale via API
-
Hello, I consulted the API and it appears i cannot do what I want to do with it?
I would like to put my asset up for sale via a programming API. That is to say, I am doing certain calculations to determine the price via a computer program and once I complete those calculations I want to put the asset up for a particular price using a computer program instead of having to manually do it via a web interface.
Is this possible??
-
@supreme for the asset API please see the wallet API rather than the network observer API.
a read only version that only alllows GET Requests can be found at https://wallet.burst-team.us:8125/test?requestTag=AE
the versoin that allows Posts will be hosted locally on your computer https://127.0.0.1:8125/test?requestTag=AE
