Exchange

post
https://my.cryptopayments.pro
/api/v2/exchange/manual
Create exchange offer
curl --location --request POST 'https://my.cryptopayments.pro/api/v2/exchange/manual' \
--header 'X-Processing-Key: uUTb...5dXP' \
--header 'X-Processing-Signature: bae5...27e6' \
--header 'Content-Type: application/json' \
--data-raw '{"currency_from":"BTC","currency_to":"EUR","amount":0.037,"memo":"test"}'