Lookup Emails

https://api.frostwallet.io/lookup-email/johndoe@gmail.com


   {
   "status": 200,
   "email": "johndoe@gmail.com",
   "wallet_address": "0xc4ce8c5571eddce57e45482bb81a13e5526bb442"
   }


 

Create a new Wallet

https://api.frostwallet.io/new-account


   {
   "words": "dilemma object island spice tell muffin snap dice spring puzzle remind buzz",
   "public_address": "0x138288d255966e7ebbbedc41b7538a405e789afe"
   }


 

CORS Proxy

https://cors.frostwallet.io/https://api.coinmarketcap.com/v2/ticker/1027/


   {
      "data": {
         "id": 1027,
         "name": "Ethereum",
         "symbol": "ETH",
         "website_slug": "ethereum",
         "rank": 2,
         "circulating_supply": 101210875,
         "total_supply": 101210875,
         "max_supply": null,
         "quotes": {
            "USD": {
               "price": 364.95045206,
               "volume_24h": 1942580348.15554,
               "market_cap": 36936954710,
               "percent_change_1h": 0.85,
               "percent_change_24h": -2.63,
               "percent_change_7d": -13.43
            }
         },
      "last_updated": 1533791199
      },
      "metadata": {
         "timestamp": 1533790750,
         "error": null
      }
   }