Rates

You can get indicative rate

Get Rate

GET https://my.cryptopayments.pro/api/v2/crypto-action/rate

Query Parameters

Headers

{"amount":42102.2,"min_amount":"0","rate":21051.1}

CURL Example

curl "https://my.cryptopayments.pro/api/v2/crypto-action/rate?currency_from=BTC&currency_to=EUR&amount=2" \
    -H 'Content-type: application/json' \
    -H 'X-Processing-Key: uUTb2r...hd5dXP' \
    -H 'X-Processing-Signature: 7dff...3bdb'

For signature use empty javascript object as body {}.

Last updated