www.coinmama.com Open in urlscan Pro
45.60.14.106  Public Scan

Submitted URL: http://www.coinmama.com/
Effective URL: https://www.coinmama.com/
Submission: On January 25 via manual from IT

Form analysis 8 forms found in the DOM

POST /dologin

<form action="/dologin" method="POST" id="loginForm" class="form validatorForm" data-toggle="validator" role="form" data-disable="false" novalidate="true">
  <div class="col-md-12 input-container text-left">
    <div id="login_email_div" class="form-group has-feedback">
      <input class="form-control field input" name="user" type="email" id="login_email" value="" data-helper="white" required="" data-required-error="Enter your email" autofocus="">
      <label class="material-label" id="login_email_hint" for="login_email">Email</label>
      <div class="bar bar-input"></div>
      <div class="help-block with-errors" id="login_email_helper">&nbsp;</div>
    </div>
    <div id="password_div" class="form-group has-feedback">
      <input class="form-control field input" name="password" type="password" id="password" data-helper="white" required="" data-required-error="Enter your password">
      <label class="material-label" id="password_hint">Password</label>
      <div class="bar bar-input"></div>
      <div class="help-block with-errors" id="password_helper">&nbsp;</div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <div class="col-sm-6 pull-left text-left margin-top-small">
        <a class="light" href="/recover">Forgot your password?</a>
      </div>
      <input type="hidden" name="csrf" value="de6e9af456b46e60f27562ab911f272d">
    </div>
    <div class="row">
      <div class="col-md-12 margin-top-small">
        <button class="btn btn-call login-button">Log In</button>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12 pull-left text-center margin-top-small">
        <a class="a-no-href light" id="register_from_login" href="#">Create a new account</a>
      </div>
    </div>
  </div>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_btc">
  <input type="hidden" name="item" value="btc">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_btc" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="btc" class="form-control nomargin disableButton" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('btc', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/bitcoin.png">&nbsp;BTC</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdbtc" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('btc', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" style="outline: none;" data-type="btc" value="Buy BTC" id="final_btn">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_eth">
  <input type="hidden" name="item" value="eth">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_eth" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="eth" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('eth', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/eth.png">&nbsp;ETH</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdeth" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('eth', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="eth" value="Buy ETH" id="final_btn_eth">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_xrp">
  <input type="hidden" name="item" value="xrp">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_xrp" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="xrp" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('xrp', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://s3-us-west-2.amazonaws.com/coinmama-assets/ripple.png">&nbsp;XRP</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdxrp" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('xrp', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="xrp" value="Buy XRP" id="final_btn_xrp">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_ltc">
  <input type="hidden" name="item" value="ltc">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_ltc" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="ltc" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('ltc', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/litecoin.png">&nbsp;LTC</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdltc" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('ltc', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="ltc" value="Buy LTC" id="final_btn_ltc">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_bch">
  <input type="hidden" name="item" value="bch">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_bch" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="bch" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('bch', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/bitcoin_cash.png">&nbsp;BCH</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdbch" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('bch', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="bch" value="Buy BCH" id="final_btn_bch">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_ada">
  <input type="hidden" name="item" value="ada">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_ada" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="ada" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('ada', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/cardano.png">&nbsp;ADA</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdada" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('ada', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="ada" value="Buy ADA" id="final_btn_ada">
  <br>
</form>

GET /place_order?

<form action="/place_order?" method="get" id="form_qtum">
  <input type="hidden" name="item" value="qtum">
  <input type="hidden" data-input-cur="true" name="cur" value="usd">
  <input type="hidden" id="slider_qtum" value="1">
  <br><br><br>
  <div class="row">
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <input name="qty" id="qtum" class="form-control nomargin disableButton" style="outline: none;" type="number" min="0" step="any" value="1" placeholder="Enter amount" data-original-title="" title="" onkeyup="update_('qtum', this)">
        <span class="input-group-addon"><img width="20px" height="20px" src="https://assets.coinmama.com/qtum.png">&nbsp;QTUM</span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="input-group input-group-lg">
        <span class="input-group-addon" data-currency-symbol="true">USD</span>
        <input id="usdqtum" class="form-control nomargin text-right disableButton" style="outline: none;" data-currency-calc="true" type="number" min="0" step="any" value="" placeholder="Enter amount" data-original-title="" title=""
          onkeyup="update_('qtum', this)">
      </div>
    </div>
  </div>
  <br>
  <input type="submit" class="btn btn-call buyButton formBuy wide primary-color-bg" data-type="qtum" value="Buy QTUM" id="final_btn_qtum">
  <br>
</form>

Text Content

Toggle navigation

LivIcons Evolution
Buy  
 * Bitcoin
 * Ethereum
 * Ripple
 * Litecoin
 * Bitcoin Cash
 * Cardano
 * Qtum

Buy
Bitcoin Ethereum Ripple Litecoin Bitcoin Cash Cardano Qtum
News Help Affiliate Sign Up Log In
Sign Up Log In


THE EASIESTEASIESTHONEST WAY TO BUY CRYPTOCURRENCY


TRUSTED BY OVER 1,300,000 PEOPLE ACROSS 200 COUNTRIES SINCE 2013

Buy Coins


LOG IN TO COINMAMA


ENTER YOUR CREDENTIALS TO LOG IN

Email

 
Password

 
Forgot your password?
Log In
Create a new account
LivIcons Evolution


BUY WITH CREDIT CARD

We accept any credit or debit card from VISA or MasterCard
LivIcons Evolution


HIGH SPENDING LIMITS

With our limits, you can buy the coins you want without holding back.
LivIcons Evolution


FAST-TRACK VERIFICATION

Upload your documents, and we will review them within the hour

LivIcons Evolution


GET YOUR FAVORITE COINS

Buy bitcoin, ethereum, ripple and other popular cryptocurrencies
LivIcons Evolution


INSTANT DELIVERY

Place your order, confirm your wallet, get your coins. No deposits required.
LivIcons Evolution


SUPPORT THAT WOWS

Our team of Happiness Heroes stands by to help out with anything - any time
Join the digital revolution today
 BTC  ETH  XRP  LTC  BCH  ADA  QTUM

--------------------------------------------------------------------------------

USD EUR


0.0265426 BTC




$100


€88

Buy Now Buy Now

You get  btc



0.0663566 BTC




$250


€221

Buy Now Buy Now

You get  btc



0.2654266 BTC




$1000


€883

Buy Now Buy Now

You get  btc



0.7962798 BTC




$3000


€2649

Buy Now Buy Now

You get  btc


Prices include fees. Additional charges for methods of payment may apply


0.8169 ETH




$100


€88

Buy Now Buy Now

You get  eth



2.0423 ETH




$250


€221

Buy Now Buy Now

You get  eth



8.1694 ETH




$1000


€883

Buy Now Buy Now

You get  eth



24.5084 ETH




$3000


€2649

Buy Now Buy Now

You get  eth


Prices include fees. Additional charges for methods of payment may apply


300.63 XRP




$100


€88

Buy Now Buy Now

You get  xrp



751.57 XRP




$250


€221

Buy Now Buy Now

You get  xrp



3006.3 XRP




$1000


€883

Buy Now Buy Now

You get  xrp



9018.92 XRP




$3000


€2649

Buy Now Buy Now

You get  xrp


Prices include fees. Additional charges for methods of payment may apply


2.89767 LTC




$100


€88

Buy Now Buy Now

You get  ltc



7.244176 LTC




$250


€221

Buy Now Buy Now

You get  ltc



28.976704 LTC




$1000


€883

Buy Now Buy Now

You get  ltc



86.930114 LTC




$3000


€2649

Buy Now Buy Now

You get  ltc


Prices include fees. Additional charges for methods of payment may apply


0.7445708 BCH




$100


€88

Buy Now Buy Now

You get  bch



1.861427 BCH




$250


€221

Buy Now Buy Now

You get  bch



7.4457082 BCH




$1000


€883

Buy Now Buy Now

You get  bch



22.3371248 BCH




$3000


€2649

Buy Now Buy Now

You get  bch


Prices include fees. Additional charges for methods of payment may apply


2219.2 ADA




$100


€88

Buy Now Buy Now

You get  ada



5548.2 ADA




$250


€221

Buy Now Buy Now

You get  ada



22192.8 ADA




$1000


€883

Buy Now Buy Now

You get  ada



66578.6 ADA




$3000


€2649

Buy Now Buy Now

You get  ada


Prices include fees. Additional charges for methods of payment may apply


45.9104 QTUM




$100


€88

Buy Now Buy Now

You get  qtum



114.7762 QTUM




$250


€221

Buy Now Buy Now

You get  qtum



459.1049 QTUM




$1000


€883

Buy Now Buy Now

You get  qtum



1377.3148 QTUM




$3000


€2649

Buy Now Buy Now

You get  qtum


Prices include fees. Additional charges for methods of payment may apply





 BTC
USD








 ETH
USD








 XRP
USD








 LTC
USD








 BCH
USD








 ADA
USD








 QTUM
USD





How it works

IT'S AS EASY AS...

............



...........

............

1. Register
Your data is encrypted, and we don’t keep any of your coins or money
2. Finalize account
Submit your personal details. The more you add, the more you can buy
3. Buy cryptocurrency
Choose either bitcoin or ethereum and the amount you want to buy
Get Started
Frequently Asked Questions

HOW LONG DOES IT TAKE FOR COINMAMA TO SEND MY BITCOINS ONCE I’VE PAID?

LivIcons Evolution
Coinmama sends the coins immediately after both your payment and wallet address
have been confirmed.

CAN I USE A CREDIT CARD?

LivIcons Evolution
Yes, you can purchase digital currency with any credit/debit you own as long as
it’s a Visa or MasterCard.

WHY MUST I PROVIDE MY PERSONAL DETAILS?

LivIcons Evolution
Before creating your first order, we need to know a bit about you. As a
financial service, Coinmama is committed to the highest security and privacy
standards. This also helps us keep your account safe, fight fraud, and more. The
process is called verification and is something everyone must go through before
buying cryptocurrency anywhere. After submitting your details for verification,
we’ll then quickly go over it and make sure everything looks good. This usually
happens within the hour.

HOW DO YOU SECURE MY DATA?

LivIcons Evolution
Your personal details and documents are encrypted, and your credit card details
are not stored anywhere on our website or servers. Unlike most exchanges, we
also don’t store any of your coins but send them to any wallet you choose. That
way, you can choose exactly what kind of security you want for your funds.
As a global company, Coinmama is committed to being fully GDPR compliant.

Have more questions? Visit our FAQ
Back to top
News and updates


WE PLANNED YOUR SUPER BOWL PARTY USING ONLY BITCOIN

Posted by Coinmama on January 23, 2019

At Coinmama we challenged ourselves to plan a Super Bowl party using only
Bitcoin. The result? Touchdown! (It was surprisingly easy to do.)


THE BEST CRYPTO PODCASTS

Posted by Coinmama on January 21, 2019

Podcasts are a great way to stay informed regarding crypto. In this article,
we’re going to point out what to look for when choosing a good podcast, and also
make some recommendations.


BUY BITCOIN INSTANTLY

Posted by Coinmama on January 16, 2019

Is it Possible to Buy Bitcoin Instantly? ‎Yes, it’s a breeze if you already have
an account setup and funded with a business that allows Bitcoin ‎trading. For
example, if you have a verified account with Coinmama, then you can buy bitcoin
(BTC) from ‎us with your credit or debit card, and have your coins within 20
minutes or less.


BITCOIN ART THAT WILL INSPIRE YOU IN 2019

Posted by Coinmama on January 13, 2019

Like with crypto itself, the best time to get crypto art is before it’s hot.
That’s true whether you’re a long-time crypto enthusiast or are taking advantage
of the dip in the market to buy for the first time; whether you want artwork
that reflects our changing times, or simply something to adorn your walls and
show that you’re a Bitcoin believer.


HOW TO BUY SATOSHI

Posted by Coinmama on January 03, 2019

One of the common myths about Bitcoin is that it’s too expensive to buy any, now
that price has risen into the range of thousands of Dollars. While it’s true
that a whole bitcoin (or 1 BTC) has become very valuable, what the myth fails to
address is that it’s entirely possible to buy fractional amounts of bitcoin.


BITCOIN TAXES IN THE USA

Posted by Coinmama on January 03, 2019

Most world governments do not recognize Bitcoin or crypto as legal tender, and
the US is no exception. However, most governments tend to pigeonhole Bitcoin
within a single, pre-existing category. This has the effect of streamlining
taxation and regulation, as the rules governing that existing class are then
simply applied to Bitcoin.



QUICK LINKS

 * Buy cryptocurrency
 * Buy Bitcoin with SEPA
 * How It Works
 * FAQ

COMPANY

 * About
 * Careers
 * Affiliate
 * Affiliate terms
 * Terms of Use
 * Privacy policy

SUPPORT

 * Help Center
 * Contact
 * Guide

SOCIAL

 * News
 * Facebook
 * Twitter

 
EV SSL Certificate
Copyright © 2018 Coinmama. All rights reserved. Coinmama is a property of NBV
International s.r.o., company #50677373, Prievozská 4D, 821 09 Bratislava,
Slovakia