Address generation
We parse blockchain, watching our address transaction. When your user sends money, we send money to your balance and send callback to your server.
post
https://my.cryptopayments.pro
/api/v2/addresses/take
Generate address
Field | Required | Description |
foreign_id | YES | Any string. Max 128 chars. |
currency | YES | BTC | ETH |
curl -X POST https://my.cryptopayments.proapi/v2/addresses/take \
-H 'Content-type: application/json' \
-H 'X-Processing-Key: zyj0tEv...FQlO5OArdQD' \
-H 'X-Processing-Signature: d92754031f8a2b1...5c9590e79ffb4a3fb3d' \
-d '{"foreign_id":"your-first-user","currency":"BTC"}'
Last modified 2yr ago