docs icon indicating copy to clipboard operation
docs copied to clipboard

Actual api documentation?

Open ismyhc opened this issue 4 years ago • 2 comments

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.

ismyhc avatar Apr 23 '21 21:04 ismyhc

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

LvlUpGuy avatar Apr 27 '21 06:04 LvlUpGuy

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.

tijno avatar Apr 28 '21 10:04 tijno