Post
Topic
Board Service Announcements
Merits 2 from 2 users
Re: [ANN] Double Mixer: Mix your coins with two services at once
by
TryNinja
on 22/04/2019, 14:45:11 UTC
⭐ Merited by Salmen (1) ,ETFbitcoin (1)
More mixers should make python libraries,it would be awesome if you could add Chipmixer and bestmixer.
Also for @OP: ChipMixer actually has an API. They never publicized this everywhere but they had an Electrum plugin to make the mixing work natively in the wallet.

This is the base URL: https://chipmixer.com/api/v1/

AFAIK, there is no API Doc, but you should be able to get everything you need from their Electrum plugin source code: https://github.com/chipmixer/electrum/tree/plugin/plugins/chipmixer

For example: https://chipmixer.com/api/v1/new_session
This creates a new session and returns a JSON with the token and the deposit address;

Looks like it's still working.