- Home
- Coincallback.com - secure merchant for bitcoin, litecoin, ethereum, bitcoin cash, ripple, dogecoin API
Coincallback API
In order to receive POST callbacks you need to import public address to Coincallback via our API.
1. Import new address
POST https://coincallback.com/api/v1/addresses
Please include this attributes in body:
1. address - string
2. currency - string (btc, ltc, eth, xrp, doge, zec)
3. confirmations - int
4. callbackUrl - string (url format with http)
Please include this attributes in header:
1. token - string, your API token. You can find it in your API page in profile.
2. Delete address
DELETE https://coincallback.com/api/v1/addresses/address_to_delete
Please include this attributes in header:
1. token - string, your API token. You can find it in your API page in profile.
You can manage till 30 active addresses in account. New imported address via API will be deleted after 24 hours.