You are not using receive API you are using Exchange Rates API which needs currency and
Read here: blockchain.info/api/exchange_rates_api
If you need USD to BTC, you can try this:
$one_usd_in_btc = https://blockchain.info/tobtc?currency=USD&value=1
$usd_to_btc = $one_usd_in_btc * your_usd