Actual api documentation?
Ive been working on a swiftui client for bitclout and Id like to start working on the actually connecting to the node. Is there any api docs anywhere? It would be really nice if there was some swagger docs.
Please advise.
The team is currently working to provide further documentation at this time!
Lots of great technical discussion can be found here: https://discord.gg/bitclout
Theres some docs now here: https://docs.bitclout.com/devs/exchange-listing-api
Also check out @lludo work here - all swift: https://github.com/lludo/BitClout
Besides that - you can figure most of it out if you really want to until docs have been released:
The main.*.js file has all the routes defined, so its fairly easy to determine the api you need.
just search for /admin and you get all the routes.
Then search for each route and you can see the requests it makes.
Do the action, and use webdevtools to see the actual request.