{"info":{"_postman_id":"ab0c0431-7f6f-4775-bb02-53b76d8f622d","name":"CoinCap API 2.0","description":"v2.0.1-beta\n\nCoinCap is a useful tool for real-time pricing and market activity for over 1,000 cryptocurrencies. By collecting exchange data from thousands of markets, we are able to offer transparent and accurate data on asset price and availability. \n\nOur API will offer insight into exactly which exchanges and markets contribute to our pricing. \n\nFor all endpoints, a single page offers 100 responses by default and supports up to 2,000 responses per page upon requests. \n\n## Status Codes and Error Response\n\nThe following are error codes you may encounter as you use CoinCap.\n  Note: all CoinCap requests are GET requests\n\n200: Successful - this is the data you were looking for\n\n400-417: Client error - these will often be accompanied by some response in the body that will give the user direction on how to change the request. Here are some examples of 400: Bad Request responses:\n- 'use valid interval': m1, m15, h1, d1': Interval must be m1 for one minute, m15 for 15 minute, h1 for one hour, and d1 for one day\n- 'query requires end': If user includes a start query, there must be an end query\n- 'query requires start': If user includes an end query, there must be a start query\n- 'limit exceeds 2000': bad request, exceeds max limit\n- 'missing exchange': This endpoint requires user to specify exchange in parameters\n- 'missing interval': This endpoint requires user to specify interval (ex: m1, m15, d1, etc) in parameters\n- 'missing base': This endpoint requires user to specify base asset (ex: BTC)\n- 'missing quote': This endpoint requires user to specify quote asset (ex: USD)\n\n500-505: Server Error - Looks like something went down on our end. Try back again soon!\n\nFor a full list of HTTP Status Code definitions, please visit [here](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).\n\n## Headers\n\nWe encourage clients to use compression via the `Accept-Encoding` header.\n\n`Accept-Encoding: gzip` or `Accept-Encoding: deflate`\n","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"RESTful API documentation","item":[{"name":"Assets","item":[{"name":"/assets","id":"6053f37c-a3df-4d02-826e-a2197610e7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/assets","description":"### Request\n\n| Key       | Required | Value   | Description |\n|-----------|----------|---------|-------------|\n| search    | optional | bitcoin | search by asset id (bitcoin) or symbol (BTC)\t|\n| limit     | optional | 5 \t\t | max limit of 2000\t\t\t\t\t\t|\n| offset    | optional | 1 \t\t | offset\t\t\t\t\t\t\t\t\t|\n\n\n### Response\n\n| Key       \t\t| Description |\n|-------------------|-------------|\n| id\t\t\t\t| unique identifier for asset |\n| rank\t\t\t\t| rank is in ascending order - this number is directly associated with the marketcap whereas the highest marketcap receives rank 1 |\n| symbol\t\t\t| most common symbol used to identify this asset on an exchange |\n| name\t\t\t\t| proper name for asset |\n| supply            | available supply for trading |\n| maxSupply         | total quantity of asset issued |\n| marketCapUsd      | supply x price |\n| volumeUsd24Hr     | quantity of trading volume represented in USD over the last 24 hours |\n| priceUsd          | volume-weighted price based on real-time market data, translated to USD |\n| changePercent24Hr | the direction and value change in the last 24 hours |\n| vwap24Hr          | Volume Weighted Average Price in the last 24 hours  |"},"response":[{"id":"ff09e168-66fc-4da5-a164-6c3a610c1653","name":"/assets","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:44:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7c43-Kis93RZINMxgTTQkQ1jLINrJXhU\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"bitcoin\",\"rank\":\"1\",\"symbol\":\"BTC\",\"name\":\"Bitcoin\",\"supply\":\"17193925.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"119150835874.4699281625807300\",\"volumeUsd24Hr\":\"2927959461.1750323310959460\",\"priceUsd\":\"6929.8217756835584756\",\"changePercent24Hr\":\"-0.8101417214350335\",\"vwap24Hr\":\"7175.0663247679233209\"},{\"id\":\"ethereum\",\"rank\":\"2\",\"symbol\":\"ETH\",\"name\":\"Ethereum\",\"supply\":\"101160540.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"40967739219.6612727047843840\",\"volumeUsd24Hr\":\"1026669440.6451482672850841\",\"priceUsd\":\"404.9774667045200896\",\"changePercent24Hr\":\"-0.0999626159535347\",\"vwap24Hr\":\"415.3288028454417241\"},{\"id\":\"ripple\",\"rank\":\"3\",\"symbol\":\"XRP\",\"name\":\"XRP\",\"supply\":\"39299874590.0000000000000000\",\"maxSupply\":\"100000000000.0000000000000000\",\"marketCapUsd\":\"16517228249.2902868380922380\",\"volumeUsd24Hr\":\"149328134.5032677889393019\",\"priceUsd\":\"0.4202870472643482\",\"changePercent24Hr\":\"-1.9518258685302665\",\"vwap24Hr\":\"0.4318239230821224\"},{\"id\":\"bitcoin-cash\",\"rank\":\"4\",\"symbol\":\"BCH\",\"name\":\"Bitcoin Cash\",\"supply\":\"17278438.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"11902454455.1536127997298894\",\"volumeUsd24Hr\":\"287075418.5202079328968427\",\"priceUsd\":\"688.8617162705108413\",\"changePercent24Hr\":\"-1.5016094894459434\",\"vwap24Hr\":\"711.6276356693412774\"},{\"id\":\"eos\",\"rank\":\"5\",\"symbol\":\"EOS\",\"name\":\"EOS\",\"supply\":\"906245118.0000000000000000\",\"maxSupply\":\"1000000000.0000000000000000\",\"marketCapUsd\":\"6327688685.5053582732768780\",\"volumeUsd24Hr\":\"373717579.0872289136334689\",\"priceUsd\":\"6.9823147841833210\",\"changePercent24Hr\":\"-0.2487845516123365\",\"vwap24Hr\":\"7.0345139617072947\"},{\"id\":\"stellar\",\"rank\":\"6\",\"symbol\":\"XLM\",\"name\":\"Stellar\",\"supply\":\"18770261348.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"4395265468.8039656236913164\",\"volumeUsd24Hr\":\"28186508.6814478496347773\",\"priceUsd\":\"0.2341611226032443\",\"changePercent24Hr\":\"-3.4735437955390772\",\"vwap24Hr\":\"0.2412082330289685\"},{\"id\":\"litecoin\",\"rank\":\"7\",\"symbol\":\"LTC\",\"name\":\"Litecoin\",\"supply\":\"57731482.0000000000000000\",\"maxSupply\":\"84000000.0000000000000000\",\"marketCapUsd\":\"4234484929.6430299360674272\",\"volumeUsd24Hr\":\"226037979.6802283949921417\",\"priceUsd\":\"73.3479339685586096\",\"changePercent24Hr\":\"-1.3117992300270579\",\"vwap24Hr\":\"75.1659221835912383\"},{\"id\":\"cardano\",\"rank\":\"8\",\"symbol\":\"ADA\",\"name\":\"Cardano\",\"supply\":\"25927070538.0000000000000000\",\"maxSupply\":\"45000000000.0000000000000000\",\"marketCapUsd\":\"3342664439.1225859377289638\",\"volumeUsd24Hr\":\"32741914.1355823452856056\",\"priceUsd\":\"0.1289256506716951\",\"changePercent24Hr\":\"0.0079476596654900\",\"vwap24Hr\":\"0.1310244403993645\"},{\"id\":\"tether\",\"rank\":\"9\",\"symbol\":\"USDT\",\"name\":\"Tether\",\"supply\":\"2437140346.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"2439361941.9836262753306976\",\"volumeUsd24Hr\":\"2257075318.3468977492592858\",\"priceUsd\":\"1.0009115584940656\",\"changePercent24Hr\":\"0.1166673925934855\",\"vwap24Hr\":\"1.0089194093830538\"},{\"id\":\"iota\",\"rank\":\"10\",\"symbol\":\"MIOTA\",\"name\":\"IOTA\",\"supply\":\"2779530283.0000000000000000\",\"maxSupply\":\"2779530283.0000000000000000\",\"marketCapUsd\":\"2403573545.0265314556170093\",\"volumeUsd24Hr\":\"39603276.8327675426897915\",\"priceUsd\":\"0.8647409095440071\",\"changePercent24Hr\":\"-5.2486878154413840\",\"vwap24Hr\":\"0.8988184197561133\"},{\"id\":\"tron\",\"rank\":\"11\",\"symbol\":\"TRX\",\"name\":\"TRON\",\"supply\":\"65748111645.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1917190870.7283154920500970\",\"volumeUsd24Hr\":\"97380139.3492488689277134\",\"priceUsd\":\"0.0291596339843186\",\"changePercent24Hr\":\"-1.4317319488825126\",\"vwap24Hr\":\"0.0298449568758824\"},{\"id\":\"ethereum-classic\",\"rank\":\"12\",\"symbol\":\"ETC\",\"name\":\"Ethereum Classic\",\"supply\":\"103587261.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1872331046.2321777062805653\",\"volumeUsd24Hr\":\"271312448.7837505736339966\",\"priceUsd\":\"18.0749160481439673\",\"changePercent24Hr\":\"7.9255849247329682\",\"vwap24Hr\":\"17.7522606149076111\"},{\"id\":\"monero\",\"rank\":\"13\",\"symbol\":\"XMR\",\"name\":\"Monero\",\"supply\":\"16266706.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1859277791.0153721203827764\",\"volumeUsd24Hr\":\"18264886.3953255107108103\",\"priceUsd\":\"114.2995878216137994\",\"changePercent24Hr\":\"-1.6999607633523112\",\"vwap24Hr\":\"116.6537590537407372\"},{\"id\":\"neo\",\"rank\":\"14\",\"symbol\":\"NEO\",\"name\":\"NEO\",\"supply\":\"65000000.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"1715338547.8519569500000000\",\"volumeUsd24Hr\":\"45167493.9521492713845788\",\"priceUsd\":\"26.3898238131070300\",\"changePercent24Hr\":\"-3.8257893431296119\",\"vwap24Hr\":\"27.3569824306887655\"},{\"id\":\"dash\",\"rank\":\"15\",\"symbol\":\"DASH\",\"name\":\"Dash\",\"supply\":\"8242673.0000000000000000\",\"maxSupply\":\"18900000.0000000000000000\",\"marketCapUsd\":\"1670555643.8854250757627516\",\"volumeUsd24Hr\":\"181128160.3807899897235348\",\"priceUsd\":\"202.6715901365279292\",\"changePercent24Hr\":\"-1.2160970272440424\",\"vwap24Hr\":\"210.5909154125158495\"},{\"id\":\"binance-coin\",\"rank\":\"16\",\"symbol\":\"BNB\",\"name\":\"Binance Coin\",\"supply\":\"95512523.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1305935869.8397628547476407\",\"volumeUsd24Hr\":\"42172812.7116138931680502\",\"priceUsd\":\"13.6729282069091909\",\"changePercent24Hr\":\"1.3520513306937922\",\"vwap24Hr\":\"13.6841366919151358\"},{\"id\":\"nem\",\"rank\":\"17\",\"symbol\":\"XEM\",\"name\":\"NEM\",\"supply\":\"8999999999.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1269169652.9010324496619943\",\"volumeUsd24Hr\":\"4899881.5009537457724066\",\"priceUsd\":\"0.1410188503380057\",\"changePercent24Hr\":\"-2.4429786112286243\",\"vwap24Hr\":\"0.1440137611821482\"},{\"id\":\"tezos\",\"rank\":\"18\",\"symbol\":\"XTZ\",\"name\":\"Tezos\",\"supply\":\"607489041.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"1119073134.2173565940268839\",\"volumeUsd24Hr\":\"2154328.9429299077638154\",\"priceUsd\":\"1.8421289252810679\",\"changePercent24Hr\":\"-0.6730653085172552\",\"vwap24Hr\":\"1.8783587451745926\"},{\"id\":\"zcash\",\"rank\":\"19\",\"symbol\":\"ZEC\",\"name\":\"Zcash\",\"supply\":\"4517456.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"804991269.4445417488659264\",\"volumeUsd24Hr\":\"75632617.7903448306763952\",\"priceUsd\":\"178.1957078153150244\",\"changePercent24Hr\":\"0.6169476309658727\",\"vwap24Hr\":\"184.8225603649674135\"},{\"id\":\"omisego\",\"rank\":\"20\",\"symbol\":\"OMG\",\"name\":\"OmiseGO\",\"supply\":\"140245398.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"739777497.6916407099359196\",\"volumeUsd24Hr\":\"20694921.2361962200435087\",\"priceUsd\":\"5.2748789496225802\",\"changePercent24Hr\":\"-2.2531646774084197\",\"vwap24Hr\":\"5.3958775584852030\"},{\"id\":\"vechain\",\"rank\":\"21\",\"symbol\":\"VET\",\"name\":\"VeChain\",\"supply\":\"55454734800.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"730276372.3133622965097600\",\"volumeUsd24Hr\":\"57802881.8972676445413466\",\"priceUsd\":\"0.0131688732251112\",\"changePercent24Hr\":null,\"vwap24Hr\":\"0.0132266655221957\"},{\"id\":\"qtum\",\"rank\":\"22\",\"symbol\":\"QTUM\",\"name\":\"Qtum\",\"supply\":\"88796204.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"573625594.6178153624893504\",\"volumeUsd24Hr\":\"156319311.0873804533483434\",\"priceUsd\":\"6.4600238386070576\",\"changePercent24Hr\":\"1.0270219525809853\",\"vwap24Hr\":\"6.4498458234906876\"},{\"id\":\"0x\",\"rank\":\"23\",\"symbol\":\"ZRX\",\"name\":\"0x\",\"supply\":\"537089727.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"515321476.5383629398717507\",\"volumeUsd24Hr\":\"9598473.7174272154618385\",\"priceUsd\":\"0.9594699928758141\",\"changePercent24Hr\":\"0.3051381482832494\",\"vwap24Hr\":\"0.9779612524256618\"},{\"id\":\"bitcoin-gold\",\"rank\":\"24\",\"symbol\":\"BTG\",\"name\":\"Bitcoin Gold\",\"supply\":\"17163736.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"433647931.3384921696270528\",\"volumeUsd24Hr\":\"11717587.1871555387759917\",\"priceUsd\":\"25.2653578066274248\",\"changePercent24Hr\":\"2.5693900833876112\",\"vwap24Hr\":\"26.1767191632804568\"},{\"id\":\"bytecoin-bcn\",\"rank\":\"25\",\"symbol\":\"BCN\",\"name\":\"Bytecoin\",\"supply\":\"183890481254.0000000000000000\",\"maxSupply\":\"184470000000.0000000000000000\",\"marketCapUsd\":\"422267554.4392267686273482\",\"volumeUsd24Hr\":\"4255953.8830059068978630\",\"priceUsd\":\"0.0022962991426183\",\"changePercent24Hr\":\"-2.0555072080918497\",\"vwap24Hr\":\"0.0023396666839876\"},{\"id\":\"bitshares\",\"rank\":\"26\",\"symbol\":\"BTS\",\"name\":\"BitShares\",\"supply\":\"2648020000.0000000000000000\",\"maxSupply\":\"3600570502.0000000000000000\",\"marketCapUsd\":\"417946480.6234385711480000\",\"volumeUsd24Hr\":\"3707830.5197623489175103\",\"priceUsd\":\"0.1578335815527974\",\"changePercent24Hr\":\"-0.5262835077445962\",\"vwap24Hr\":\"0.1597890049426776\"},{\"id\":\"lisk\",\"rank\":\"27\",\"symbol\":\"LSK\",\"name\":\"Lisk\",\"supply\":\"108771342.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"406966841.7210789774942900\",\"volumeUsd24Hr\":\"1495684.7685767094905622\",\"priceUsd\":\"3.7414895710404950\",\"changePercent24Hr\":\"0.2676372239299769\",\"vwap24Hr\":\"3.7890760354859084\"},{\"id\":\"decred\",\"rank\":\"28\",\"symbol\":\"DCR\",\"name\":\"Decred\",\"supply\":\"8150941.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"399566939.1335277742394306\",\"volumeUsd24Hr\":\"742823.4876721636836696\",\"priceUsd\":\"49.0209583327284266\",\"changePercent24Hr\":\"-3.2642054686048279\",\"vwap24Hr\":\"50.2224198596715007\"},{\"id\":\"zilliqa\",\"rank\":\"29\",\"symbol\":\"ZIL\",\"name\":\"Zilliqa\",\"supply\":\"7576552268.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"394170050.7228807508347008\",\"volumeUsd24Hr\":\"10393150.0125241421327108\",\"priceUsd\":\"0.0520249893065056\",\"changePercent24Hr\":\"-6.9792790325803250\",\"vwap24Hr\":\"0.0548851668338597\"},{\"id\":\"aeternity\",\"rank\":\"30\",\"symbol\":\"AE\",\"name\":\"Aeternity\",\"supply\":\"233020472.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"389265810.5936745673473128\",\"volumeUsd24Hr\":\"1099886.6219079596878219\",\"priceUsd\":\"1.6705219384916299\",\"changePercent24Hr\":\"-0.1639744803568052\",\"vwap24Hr\":\"1.6844896775254869\"},{\"id\":\"maker\",\"rank\":\"31\",\"symbol\":\"MKR\",\"name\":\"Maker\",\"supply\":\"668228.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"362174148.2486876620349236\",\"volumeUsd24Hr\":\"94986.3556259988826383\",\"priceUsd\":\"541.9918773961696637\",\"changePercent24Hr\":\"0.3297072034012423\",\"vwap24Hr\":\"558.5803155518918807\"},{\"id\":\"digibyte\",\"rank\":\"32\",\"symbol\":\"DGB\",\"name\":\"DigiByte\",\"supply\":\"10624492697.0000000000000000\",\"maxSupply\":\"21000000000.0000000000000000\",\"marketCapUsd\":\"345861512.3743326610994476\",\"volumeUsd24Hr\":\"2252060.5479466742976501\",\"priceUsd\":\"0.0325532260445708\",\"changePercent24Hr\":\"-3.7821030033445045\",\"vwap24Hr\":\"0.0336746825200132\"},{\"id\":\"icon\",\"rank\":\"33\",\"symbol\":\"ICX\",\"name\":\"ICON\",\"supply\":\"387431340.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"336647581.4918699838518460\",\"volumeUsd24Hr\":\"10246440.8816857116815707\",\"priceUsd\":\"0.8689219139883469\",\"changePercent24Hr\":\"-1.4593634038211800\",\"vwap24Hr\":\"0.8907662502506986\"},{\"id\":\"ontology\",\"rank\":\"34\",\"symbol\":\"ONT\",\"name\":\"Ontology\",\"supply\":\"151292175.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"329614007.8027348970092650\",\"volumeUsd24Hr\":\"20815602.1111482899364173\",\"priceUsd\":\"2.1786586636270838\",\"changePercent24Hr\":\"-5.1706528252374729\",\"vwap24Hr\":\"2.2785516620578982\"},{\"id\":\"dogecoin\",\"rank\":\"35\",\"symbol\":\"DOGE\",\"name\":\"Dogecoin\",\"supply\":\"115599992371.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"320785454.3324311133443532\",\"volumeUsd24Hr\":\"18345423.2697849500788752\",\"priceUsd\":\"0.0027749608607492\",\"changePercent24Hr\":\"-2.2041301982361082\",\"vwap24Hr\":\"0.0028637064302935\"},{\"id\":\"augur\",\"rank\":\"36\",\"symbol\":\"REP\",\"name\":\"Augur\",\"supply\":\"11000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"307435125.8113090923000000\",\"volumeUsd24Hr\":\"1633833.6113244628248682\",\"priceUsd\":\"27.9486478010280993\",\"changePercent24Hr\":\"-3.1954136138959638\",\"vwap24Hr\":\"28.5695396097705894\"},{\"id\":\"steem\",\"rank\":\"37\",\"symbol\":\"STEEM\",\"name\":\"Steem\",\"supply\":\"269599603.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"307107617.7867842981216744\",\"volumeUsd24Hr\":\"648653.8548940268140290\",\"priceUsd\":\"1.1391248887958648\",\"changePercent24Hr\":\"-1.4662219938469295\",\"vwap24Hr\":\"1.1655407336474012\"},{\"id\":\"moac\",\"rank\":\"38\",\"symbol\":\"MOAC\",\"name\":\"MOAC\",\"supply\":\"62463334.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"281872321.0045674905939370\",\"volumeUsd24Hr\":\"817818.2273507963123477\",\"priceUsd\":\"4.5126044825684055\",\"changePercent24Hr\":\"14.3297316914054104\",\"vwap24Hr\":\"4.0566389758312548\"},{\"id\":\"verge\",\"rank\":\"39\",\"symbol\":\"XVG\",\"name\":\"Verge\",\"supply\":\"15172086051.0000000000000000\",\"maxSupply\":\"16555000000.0000000000000000\",\"marketCapUsd\":\"277548624.7498176222980502\",\"volumeUsd24Hr\":\"2380407.8926965881478061\",\"priceUsd\":\"0.0182933726988402\",\"changePercent24Hr\":\"-2.8568436562089328\",\"vwap24Hr\":\"0.0187244970182790\"},{\"id\":\"siacoin\",\"rank\":\"40\",\"symbol\":\"SC\",\"name\":\"Siacoin\",\"supply\":\"36106704972.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"268774520.9065852812486012\",\"volumeUsd24Hr\":\"2237738.9267974725973983\",\"priceUsd\":\"0.0074438950082821\",\"changePercent24Hr\":\"-5.1785014429247339\",\"vwap24Hr\":\"0.0077444971234684\"},{\"id\":\"bytom\",\"rank\":\"41\",\"symbol\":\"BTM\",\"name\":\"Bytom\",\"supply\":\"1002499275.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"265163301.3539633821506975\",\"volumeUsd24Hr\":\"5982518.9308753912905738\",\"priceUsd\":\"0.2645022375242749\",\"changePercent24Hr\":\"-2.8144283483243033\",\"vwap24Hr\":\"0.2706164966844429\"},{\"id\":\"basic-attention-token\",\"rank\":\"42\",\"symbol\":\"BAT\",\"name\":\"Basic Attention Token\",\"supply\":\"1000000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"264936358.1578430000000000\",\"volumeUsd24Hr\":\"164590.5313217090910089\",\"priceUsd\":\"0.2649363581578430\",\"changePercent24Hr\":\"6.1932953036212389\",\"vwap24Hr\":\"0.2592984829824833\"},{\"id\":\"bitcoin-diamond\",\"rank\":\"43\",\"symbol\":\"BCD\",\"name\":\"Bitcoin Diamond\",\"supply\":\"153756875.0000000000000000\",\"maxSupply\":\"210000000.0000000000000000\",\"marketCapUsd\":\"252123329.4525309151610625\",\"volumeUsd24Hr\":\"538310.7081966816537083\",\"priceUsd\":\"1.6397532107265507\",\"changePercent24Hr\":\"2.1792475264166973\",\"vwap24Hr\":\"1.6278220034596976\"},{\"id\":\"hshare\",\"rank\":\"44\",\"symbol\":\"HSR\",\"name\":\"Hshare\",\"supply\":\"43323333.0000000000000000\",\"maxSupply\":\"84000000.0000000000000000\",\"marketCapUsd\":\"232058661.9562985894784729\",\"volumeUsd24Hr\":\"64186071.0521661063264633\",\"priceUsd\":\"5.3564360331255813\",\"changePercent24Hr\":\"4.3539035086237439\",\"vwap24Hr\":\"5.2452157557375355\"},{\"id\":\"rchain\",\"rank\":\"45\",\"symbol\":\"RHOC\",\"name\":\"RChain\",\"supply\":\"361099945.0000000000000000\",\"maxSupply\":\"1000000000.0000000000000000\",\"marketCapUsd\":\"219970097.8444053721869915\",\"volumeUsd24Hr\":\"128285.1468322898304122\",\"priceUsd\":\"0.6091667996360547\",\"changePercent24Hr\":\"-0.5561441560582823\",\"vwap24Hr\":\"0.6114790859341345\"},{\"id\":\"golem-network-tokens\",\"rank\":\"46\",\"symbol\":\"GNT\",\"name\":\"Golem\",\"supply\":\"959242000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"209718325.2102373889004000\",\"volumeUsd24Hr\":\"1643937.5840012151973083\",\"priceUsd\":\"0.2186292147448062\",\"changePercent24Hr\":\"-3.2081319916306145\",\"vwap24Hr\":\"0.2232147184981977\"},{\"id\":\"kucoin-shares\",\"rank\":\"47\",\"symbol\":\"KCS\",\"name\":\"KuCoin Shares\",\"supply\":\"90730576.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"208049786.9748942105371440\",\"volumeUsd24Hr\":\"213377.5736343215848629\",\"priceUsd\":\"2.2930504373177815\",\"changePercent24Hr\":\"1.5528238782186799\",\"vwap24Hr\":\"2.2553825929774339\"},{\"id\":\"nano\",\"rank\":\"48\",\"symbol\":\"NANO\",\"name\":\"Nano\",\"supply\":\"133248289.0000000000000000\",\"maxSupply\":\"133248290.0000000000000000\",\"marketCapUsd\":\"205968167.0764489695642005\",\"volumeUsd24Hr\":\"3084529.8154372921832982\",\"priceUsd\":\"1.5457471808621045\",\"changePercent24Hr\":\"-2.5616732989099506\",\"vwap24Hr\":\"1.5872950846437558\"},{\"id\":\"stratis\",\"rank\":\"49\",\"symbol\":\"STRAT\",\"name\":\"Stratis\",\"supply\":\"98963579.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"194989762.8248576070185121\",\"volumeUsd24Hr\":\"670493.8448625813196424\",\"priceUsd\":\"1.9703184221425299\",\"changePercent24Hr\":\"-1.2059809152757320\",\"vwap24Hr\":\"2.0229156315134080\"},{\"id\":\"status\",\"rank\":\"50\",\"symbol\":\"SNT\",\"name\":\"Status\",\"supply\":\"3470483788.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"186349157.5335836721385984\",\"volumeUsd24Hr\":\"2581952.1824205478155496\",\"priceUsd\":\"0.0536954410154368\",\"changePercent24Hr\":\"-1.3580920599893481\",\"vwap24Hr\":\"0.0544008032901244\"},{\"id\":\"pundi-x\",\"rank\":\"51\",\"symbol\":\"NPXS\",\"name\":\"Pundi X\",\"supply\":\"98675582989.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"185791030.8470743109064356\",\"volumeUsd24Hr\":\"3073060.5948328822165675\",\"priceUsd\":\"0.0018828470551604\",\"changePercent24Hr\":\"-7.4008297527928869\",\"vwap24Hr\":\"0.0019851230041591\"},{\"id\":\"waves\",\"rank\":\"52\",\"symbol\":\"WAVES\",\"name\":\"Waves\",\"supply\":\"100000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"182005008.4923123700000000\",\"volumeUsd24Hr\":\"1177695.1115814441627547\",\"priceUsd\":\"1.8200500849231237\",\"changePercent24Hr\":\"-0.8902103734640369\",\"vwap24Hr\":\"1.8649567477842880\"},{\"id\":\"populous\",\"rank\":\"53\",\"symbol\":\"PPT\",\"name\":\"Populous\",\"supply\":\"37004027.0000000000000000\",\"maxSupply\":\"53252246.0000000000000000\",\"marketCapUsd\":\"171935814.5452743936310956\",\"volumeUsd24Hr\":\"2206033.4390204788790279\",\"priceUsd\":\"4.6464082016066628\",\"changePercent24Hr\":\"-2.2290158033897098\",\"vwap24Hr\":\"4.7003523022319018\"},{\"id\":\"mithril\",\"rank\":\"54\",\"symbol\":\"MITH\",\"name\":\"Mithril\",\"supply\":\"356761850.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"171913204.8520971255014550\",\"volumeUsd24Hr\":\"25578790.4238833446714275\",\"priceUsd\":\"0.4818710432522343\",\"changePercent24Hr\":\"-3.6615959553613196\",\"vwap24Hr\":\"0.4986312996096304\"},{\"id\":\"iostoken\",\"rank\":\"55\",\"symbol\":\"IOST\",\"name\":\"IOST\",\"supply\":\"8400000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"167045349.3122668800000000\",\"volumeUsd24Hr\":\"8910277.0416734034413525\",\"priceUsd\":\"0.0198863511086032\",\"changePercent24Hr\":\"-2.3249930192433910\",\"vwap24Hr\":\"0.0204211850490141\"},{\"id\":\"maidsafecoin\",\"rank\":\"56\",\"symbol\":\"MAID\",\"name\":\"MaidSafeCoin\",\"supply\":\"452552412.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"159579149.7307525657571328\",\"volumeUsd24Hr\":\"2461874.0925463152956217\",\"priceUsd\":\"0.3526202612102144\",\"changePercent24Hr\":\"-1.3880404059640993\",\"vwap24Hr\":\"0.3607928701264444\"},{\"id\":\"komodo\",\"rank\":\"57\",\"symbol\":\"KMD\",\"name\":\"Komodo\",\"supply\":\"108769116.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"153364994.8559193231711168\",\"volumeUsd24Hr\":\"786406.7959907650615585\",\"priceUsd\":\"1.4100049765589648\",\"changePercent24Hr\":\"-3.3548964227320894\",\"vwap24Hr\":\"1.4834462254281689\"},{\"id\":\"digixdao\",\"rank\":\"58\",\"symbol\":\"DGD\",\"name\":\"DigixDAO\",\"supply\":\"2000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"151689080.5143534210000000\",\"volumeUsd24Hr\":\"346732.7587692120000982\",\"priceUsd\":\"75.8445402571767105\",\"changePercent24Hr\":\"-2.2138859653960230\",\"vwap24Hr\":\"76.9497996441362853\"},{\"id\":\"waltonchain\",\"rank\":\"59\",\"symbol\":\"WTC\",\"name\":\"Waltonchain\",\"supply\":\"40144099.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"143083379.1243209821870857\",\"volumeUsd24Hr\":\"2813155.3761711942668076\",\"priceUsd\":\"3.5642443768465443\",\"changePercent24Hr\":\"-2.5710046720407544\",\"vwap24Hr\":\"3.7235501926558936\"},{\"id\":\"huobi-token\",\"rank\":\"60\",\"symbol\":\"HT\",\"name\":\"Huobi Token\",\"supply\":\"50000200.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"139519315.4389462156670400\",\"volumeUsd24Hr\":\"67683771.1842002332627207\",\"priceUsd\":\"2.7903751472783352\",\"changePercent24Hr\":\"-1.5337216144965465\",\"vwap24Hr\":\"2.8189877798979572\"},{\"id\":\"gxchain\",\"rank\":\"61\",\"symbol\":\"GXS\",\"name\":\"GXChain\",\"supply\":\"60000000.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"135161163.7804198800000000\",\"volumeUsd24Hr\":\"620577.9876739364543355\",\"priceUsd\":\"2.2526860630069980\",\"changePercent24Hr\":\"-1.7277882256746524\",\"vwap24Hr\":\"2.2951271029889187\"},{\"id\":\"kin\",\"rank\":\"62\",\"symbol\":\"KIN\",\"name\":\"Kin\",\"supply\":\"756097560976.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"132684771.8741489702677808\",\"volumeUsd24Hr\":\"67243.8354616063224950\",\"priceUsd\":\"0.0001754863111883\",\"changePercent24Hr\":\"-4.0511401986267456\",\"vwap24Hr\":\"0.0001804298581074\"},{\"id\":\"aelf\",\"rank\":\"63\",\"symbol\":\"ELF\",\"name\":\"aelf\",\"supply\":\"250000000.0000000000000000\",\"maxSupply\":\"1000000000.0000000000000000\",\"marketCapUsd\":\"132302259.9204033000000000\",\"volumeUsd24Hr\":\"9036646.3653808768850682\",\"priceUsd\":\"0.5292090396816132\",\"changePercent24Hr\":\"-1.2459617653184868\",\"vwap24Hr\":\"0.5444628599889620\"},{\"id\":\"ardor\",\"rank\":\"64\",\"symbol\":\"ARDR\",\"name\":\"Ardor\",\"supply\":\"998999495.0000000000000000\",\"maxSupply\":\"998999495.0000000000000000\",\"marketCapUsd\":\"130809624.1632448032127870\",\"volumeUsd24Hr\":\"779193.3678637979094106\",\"priceUsd\":\"0.1309406309191826\",\"changePercent24Hr\":\"-1.3296645232046982\",\"vwap24Hr\":\"0.1334965473513278\"},{\"id\":\"wanchain\",\"rank\":\"65\",\"symbol\":\"WAN\",\"name\":\"Wanchain\",\"supply\":\"106152493.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"121811849.7958141906473666\",\"volumeUsd24Hr\":\"1739526.0431106298943591\",\"priceUsd\":\"1.1475175603818762\",\"changePercent24Hr\":\"0.0182488448322047\",\"vwap24Hr\":\"1.1515833525508547\"},{\"id\":\"metaverse\",\"rank\":\"66\",\"symbol\":\"ETP\",\"name\":\"Metaverse ETP\",\"supply\":\"48494751.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"116610350.4187526736171894\",\"volumeUsd24Hr\":\"3493902.0618696470110404\",\"priceUsd\":\"2.4045973639240394\",\"changePercent24Hr\":\"-3.9337193467206565\",\"vwap24Hr\":\"2.4545148633235385\"},{\"id\":\"monacoin\",\"rank\":\"67\",\"symbol\":\"MONA\",\"name\":\"MonaCoin\",\"supply\":\"61375725.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"112986302.4189140836943250\",\"volumeUsd24Hr\":\"325158.0324338155043458\",\"priceUsd\":\"1.8408956052073370\",\"changePercent24Hr\":\"1.0368332863378881\",\"vwap24Hr\":\"1.8869978956617953\"},{\"id\":\"aion\",\"rank\":\"68\",\"symbol\":\"AION\",\"name\":\"Aion\",\"supply\":\"188769272.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"109649133.1352057367002960\",\"volumeUsd24Hr\":\"654066.0291808204837648\",\"priceUsd\":\"0.5808632515953430\",\"changePercent24Hr\":\"-3.6308401771785606\",\"vwap24Hr\":\"0.6072520603240054\"},{\"id\":\"dentacoin\",\"rank\":\"69\",\"symbol\":\"DCN\",\"name\":\"Dentacoin\",\"supply\":\"325226613094.0000000000000000\",\"maxSupply\":\"8000000000000.0000000000000000\",\"marketCapUsd\":\"107538680.0729275456888386\",\"volumeUsd24Hr\":\"52250.5298159580460730\",\"priceUsd\":\"0.0003306576883419\",\"changePercent24Hr\":\"-2.0144123261513356\",\"vwap24Hr\":\"0.0003348509322483\"},{\"id\":\"funfair\",\"rank\":\"70\",\"symbol\":\"FUN\",\"name\":\"FunFair\",\"supply\":\"5010848189.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"105186184.9287548970766606\",\"volumeUsd24Hr\":\"328347.9666217929273727\",\"priceUsd\":\"0.0209916926159654\",\"changePercent24Hr\":\"-2.2497285144127781\",\"vwap24Hr\":\"0.0215973406460219\"},{\"id\":\"bancor\",\"rank\":\"71\",\"symbol\":\"BNT\",\"name\":\"Bancor\",\"supply\":\"51383579.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"103296927.3772498192029939\",\"volumeUsd24Hr\":\"502157.2622322295811366\",\"priceUsd\":\"2.0103100910360841\",\"changePercent24Hr\":\"-0.2177732577683970\",\"vwap24Hr\":\"2.0324005126639120\"},{\"id\":\"zencash\",\"rank\":\"72\",\"symbol\":\"ZEN\",\"name\":\"ZenCash\",\"supply\":\"4438300.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"101907887.6866685795991900\",\"volumeUsd24Hr\":\"533765.7559695958817985\",\"priceUsd\":\"22.9610183373518193\",\"changePercent24Hr\":\"2.5198653750872103\",\"vwap24Hr\":\"23.0470872524489417\"},{\"id\":\"holo\",\"rank\":\"73\",\"symbol\":\"HOT\",\"name\":\"Holo\",\"supply\":\"133214575156.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"101433265.4391675968476192\",\"volumeUsd24Hr\":\"17390867.4435369098121392\",\"priceUsd\":\"0.0007614276840232\",\"changePercent24Hr\":\"35.8057439897742578\",\"vwap24Hr\":\"0.0007269161378953\"},{\"id\":\"decentraland\",\"rank\":\"74\",\"symbol\":\"MANA\",\"name\":\"Decentraland\",\"supply\":\"1050141509.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"100992774.9760223998901704\",\"volumeUsd24Hr\":\"3778646.6679480914380230\",\"priceUsd\":\"0.0961706342530856\",\"changePercent24Hr\":\"-2.1982404348911394\",\"vwap24Hr\":\"0.0967817453351617\"},{\"id\":\"bitcoin-private\",\"rank\":\"75\",\"symbol\":\"BTCP\",\"name\":\"Bitcoin Private\",\"supply\":\"20508578.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"99677823.1358207694220508\",\"volumeUsd24Hr\":\"158550.1145218121328316\",\"priceUsd\":\"4.8602990970812686\",\"changePercent24Hr\":\"-3.6566530751819224\",\"vwap24Hr\":\"4.9190608636977214\"},{\"id\":\"nebulas-token\",\"rank\":\"76\",\"symbol\":\"NAS\",\"name\":\"Nebulas\",\"supply\":\"45500000.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"99544041.8246613703000000\",\"volumeUsd24Hr\":\"15238269.0030031019760866\",\"priceUsd\":\"2.1877811390035466\",\"changePercent24Hr\":\"-3.3627449665099304\",\"vwap24Hr\":\"2.2695579970340772\"},{\"id\":\"monaco\",\"rank\":\"77\",\"symbol\":\"MCO\",\"name\":\"MCO\",\"supply\":\"15793831.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"98324651.3985535316023110\",\"volumeUsd24Hr\":\"7565911.2606686271494719\",\"priceUsd\":\"6.2255099094420810\",\"changePercent24Hr\":\"-1.4139899726562782\",\"vwap24Hr\":\"6.4029258167363177\"},{\"id\":\"emercoin\",\"rank\":\"78\",\"symbol\":\"EMC\",\"name\":\"Emercoin\",\"supply\":\"42106745.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"97801748.8192254082514445\",\"volumeUsd24Hr\":\"1070505.5465038016038381\",\"priceUsd\":\"2.3227097895889461\",\"changePercent24Hr\":\"-3.5350539775696709\",\"vwap24Hr\":\"2.3824655893493940\"},{\"id\":\"wax\",\"rank\":\"79\",\"symbol\":\"WAX\",\"name\":\"WAX\",\"supply\":\"930851783.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"97655514.0539368145662976\",\"volumeUsd24Hr\":\"502242.2241814253790706\",\"priceUsd\":\"0.1049098426166272\",\"changePercent24Hr\":\"-0.2642773636649088\",\"vwap24Hr\":\"0.1081505431634693\"},{\"id\":\"dropil\",\"rank\":\"80\",\"symbol\":\"DROP\",\"name\":\"Dropil\",\"supply\":\"20400364380.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"97642871.1228858809814420\",\"volumeUsd24Hr\":\"19508.6016729510095635\",\"priceUsd\":\"0.0047863297588259\",\"changePercent24Hr\":\"4.6214197327960148\",\"vwap24Hr\":\"0.0045149751910759\"},{\"id\":\"cryptonex\",\"rank\":\"81\",\"symbol\":\"CNX\",\"name\":\"Cryptonex\",\"supply\":\"45404170.0000000000000000\",\"maxSupply\":\"210000000.0000000000000000\",\"marketCapUsd\":\"94574825.8798684651622340\",\"volumeUsd24Hr\":\"565.9387715172474683\",\"priceUsd\":\"2.0829546246494202\",\"changePercent24Hr\":null,\"vwap24Hr\":\"2.2187398515264581\"},{\"id\":\"loopring\",\"rank\":\"82\",\"symbol\":\"LRC\",\"name\":\"Loopring\",\"supply\":\"572074043.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"94297139.2777558951198078\",\"volumeUsd24Hr\":\"1863604.9687841451909344\",\"priceUsd\":\"0.1648338015534746\",\"changePercent24Hr\":\"-4.6338281033175706\",\"vwap24Hr\":\"0.1726450529778710\"},{\"id\":\"odem\",\"rank\":\"83\",\"symbol\":\"ODE\",\"name\":\"ODEM\",\"supply\":\"179017071.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"94037086.4625686377910169\",\"volumeUsd24Hr\":\"44134.5080913917485181\",\"priceUsd\":\"0.5252967548696439\",\"changePercent24Hr\":\"-0.3258005726099414\",\"vwap24Hr\":\"0.5251714249241548\"},{\"id\":\"ark\",\"rank\":\"84\",\"symbol\":\"ARK\",\"name\":\"Ark\",\"supply\":\"104329562.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"91111024.6087103014893892\",\"volumeUsd24Hr\":\"172385.3031550796720921\",\"priceUsd\":\"0.8733001736239466\",\"changePercent24Hr\":\"-1.2564658333450729\",\"vwap24Hr\":\"0.8929527636368442\"},{\"id\":\"kyber-network\",\"rank\":\"85\",\"symbol\":\"KNC\",\"name\":\"Kyber Network\",\"supply\":\"134132697.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"89869434.5994297616301868\",\"volumeUsd24Hr\":\"2555517.5109092551874112\",\"priceUsd\":\"0.6700039334885644\",\"changePercent24Hr\":\"-1.7025431872652175\",\"vwap24Hr\":\"0.6844352790356155\"},{\"id\":\"power-ledger\",\"rank\":\"86\",\"symbol\":\"POWR\",\"name\":\"Power Ledger\",\"supply\":\"373755607.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"85413562.5896066987095022\",\"volumeUsd24Hr\":\"453076.6616600600720671\",\"priceUsd\":\"0.2285278427665346\",\"changePercent24Hr\":\"-1.9712752401459789\",\"vwap24Hr\":\"0.2325207491486423\"},{\"id\":\"reddcoin\",\"rank\":\"87\",\"symbol\":\"RDD\",\"name\":\"ReddCoin\",\"supply\":\"28808713174.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"84031879.8958259190769064\",\"volumeUsd24Hr\":\"459178.1935912316253457\",\"priceUsd\":\"0.0029168911290236\",\"changePercent24Hr\":\"-5.5134055105863521\",\"vwap24Hr\":\"0.0030657907613469\"},{\"id\":\"mybit-token\",\"rank\":\"88\",\"symbol\":\"MYB\",\"name\":\"MyBit Token\",\"supply\":\"71994082.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"82566853.6087101097602932\",\"volumeUsd24Hr\":\"450.5997698930615175\",\"priceUsd\":\"1.1468561208782426\",\"changePercent24Hr\":\"-4.9764744820825923\",\"vwap24Hr\":\"1.2034702155796526\"},{\"id\":\"chainlink\",\"rank\":\"89\",\"symbol\":\"LINK\",\"name\":\"ChainLink\",\"supply\":\"350000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"82168672.9962388150000000\",\"volumeUsd24Hr\":\"557870.9109571573594728\",\"priceUsd\":\"0.2347676371321109\",\"changePercent24Hr\":\"-6.2527947678694718\",\"vwap24Hr\":\"0.2499937524326967\"},{\"id\":\"nxt\",\"rank\":\"90\",\"symbol\":\"NXT\",\"name\":\"Nxt\",\"supply\":\"998999942.0000000000000000\",\"maxSupply\":\"1000000000.0000000000000000\",\"marketCapUsd\":\"81198254.4110615187915554\",\"volumeUsd24Hr\":\"1595124.9785695891285063\",\"priceUsd\":\"0.0812795386639387\",\"changePercent24Hr\":\"-2.4554112053009837\",\"vwap24Hr\":\"0.0830617144822825\"},{\"id\":\"gas\",\"rank\":\"91\",\"symbol\":\"GAS\",\"name\":\"Gas\",\"supply\":\"10128375.0000000000000000\",\"maxSupply\":\"100000000.0000000000000000\",\"marketCapUsd\":\"80756836.1633804260104000\",\"volumeUsd24Hr\":\"2111417.7185233607980979\",\"priceUsd\":\"7.9733260432577216\",\"changePercent24Hr\":\"-1.5768866466032892\",\"vwap24Hr\":\"8.1825838811279477\"},{\"id\":\"pivx\",\"rank\":\"92\",\"symbol\":\"PIVX\",\"name\":\"PIVX\",\"supply\":\"56781166.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"80399980.9389577509924332\",\"volumeUsd24Hr\":\"313337.2759915586330291\",\"priceUsd\":\"1.4159621332707002\",\"changePercent24Hr\":\"-0.8002091874657772\",\"vwap24Hr\":\"1.4444985525294818\"},{\"id\":\"polymath-network\",\"rank\":\"93\",\"symbol\":\"POLY\",\"name\":\"Polymath\",\"supply\":\"276420107.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"78935697.5910384385676372\",\"volumeUsd24Hr\":\"1335629.2017694175577624\",\"priceUsd\":\"0.2855642393302396\",\"changePercent24Hr\":\"4.0455926507406254\",\"vwap24Hr\":\"0.2890761811772439\"},{\"id\":\"loom-network\",\"rank\":\"94\",\"symbol\":\"LOOM\",\"name\":\"Loom Network\",\"supply\":\"588596773.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"77987621.8812796307132102\",\"volumeUsd24Hr\":\"1006325.3421933665626323\",\"priceUsd\":\"0.1324975355943374\",\"changePercent24Hr\":\"-2.1167140599846891\",\"vwap24Hr\":\"0.1374688264179278\"},{\"id\":\"tenx\",\"rank\":\"95\",\"symbol\":\"PAY\",\"name\":\"TenX\",\"supply\":\"109255861.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"77139018.8213041720496316\",\"volumeUsd24Hr\":\"3572125.9478968483211219\",\"priceUsd\":\"0.7060400981262156\",\"changePercent24Hr\":\"-3.5634251724811257\",\"vwap24Hr\":\"0.7213296845669283\"},{\"id\":\"theta-token\",\"rank\":\"96\",\"symbol\":\"THETA\",\"name\":\"Theta Token\",\"supply\":\"664002689.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"74242070.1156589688086217\",\"volumeUsd24Hr\":\"4809799.3307737715703190\",\"priceUsd\":\"0.1118098937633353\",\"changePercent24Hr\":\"-3.8587975352961551\",\"vwap24Hr\":\"0.1174102767786506\"},{\"id\":\"cybermiles\",\"rank\":\"97\",\"symbol\":\"CMT\",\"name\":\"CyberMiles\",\"supply\":\"698298400.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"74016218.8295662172484800\",\"volumeUsd24Hr\":\"5487814.0821834615620793\",\"priceUsd\":\"0.1059951144518822\",\"changePercent24Hr\":\"-1.3887330457371032\",\"vwap24Hr\":\"0.1089435664587192\"},{\"id\":\"elastos\",\"rank\":\"98\",\"symbol\":\"ELA\",\"name\":\"Elastos\",\"supply\":\"7325788.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"73759561.7785686438835696\",\"volumeUsd24Hr\":\"2988798.5954251919568770\",\"priceUsd\":\"10.0684816129771492\",\"changePercent24Hr\":\"-7.4714363980896426\",\"vwap24Hr\":\"10.5667645310378300\"},{\"id\":\"nuls\",\"rank\":\"99\",\"symbol\":\"NULS\",\"name\":\"Nuls\",\"supply\":\"40000000.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"73614275.0984073680000000\",\"volumeUsd24Hr\":\"2432484.7566430601657685\",\"priceUsd\":\"1.8403568774601842\",\"changePercent24Hr\":\"-0.6114263216447357\",\"vwap24Hr\":\"1.8714245344895071\"},{\"id\":\"bibox-token\",\"rank\":\"100\",\"symbol\":\"BIX\",\"name\":\"Bibox Token\",\"supply\":\"102339166.0000000000000000\",\"maxSupply\":null,\"marketCapUsd\":\"72116102.5394724649666992\",\"volumeUsd24Hr\":\"45084130.4166935808283857\",\"priceUsd\":\"0.7046774500729512\",\"changePercent24Hr\":\"-3.0331628584946192\",\"vwap24Hr\":\"0.7207903092174193\"}],\"timestamp\":1533581088278}"}],"_postman_id":"6053f37c-a3df-4d02-826e-a2197610e7c5"},{"name":"/assets/{{id}}","id":"f015474b-3478-42b5-804a-e9a7255dc1db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/assets/bitcoin","description":"### Request\n\n| Key       | Required | Value   | Description |\n|-----------|----------|---------|-------------|\n| id        | required | bitcoin | search asset by id|\n\n### Response\n\n| Key       \t\t| Description |\n|-------------------|-------------|\n| id\t\t\t\t| unique identifier for asset |\n| rank\t\t\t\t| rank is in ascending order - this number is directly associated with the marketcap whereas the highest marketcap receives rank 1 |\n| symbol\t\t\t| \tmost common symbol used to identify this asset on an exchange |\n| name\t\t\t\t| proper name for asset |\n| supply\t\t\t| available supply for trading |\n| maxSupply \t\t| total quantity of asset issued |\n| marketCapUsd\t\t| supply x price |\n| volumeUsd24Hr \t| \tquantity of trading volume represented in USD over the last 24 hours |\n| priceUsd\t\t\t| volume-weighted price based on real-time market data, translated to USD |\n| changePercent24Hr | the direction and value change in the last 24 hours |\n| vwap24Hr\t\t\t| \tVolume Weighted Average Price in the last 24 hours |"},"response":[{"id":"78ba7f3c-280d-45b7-8c8a-76e1441a296a","name":"/assets/{{id}}","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/assets/bitcoin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"376","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:44:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"178-WVMz4NNZCtT+dZxIjtibkoLok4Q\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"bitcoin\",\"rank\":\"1\",\"symbol\":\"BTC\",\"name\":\"Bitcoin\",\"supply\":\"17193925.0000000000000000\",\"maxSupply\":\"21000000.0000000000000000\",\"marketCapUsd\":\"119179791817.6740161068269075\",\"volumeUsd24Hr\":\"2928356777.6066665425687196\",\"priceUsd\":\"6931.5058555666618359\",\"changePercent24Hr\":\"-0.8101417214350335\",\"vwap24Hr\":\"7175.0663247679233209\"},\"timestamp\":1533581098863}"}],"_postman_id":"f015474b-3478-42b5-804a-e9a7255dc1db"},{"name":"/assets/{{id}}/history","id":"67a24242-a617-4f85-b288-104323e2f376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{host}}/v2/assets/bitcoin/history?interval=d1","host":["{{host}}"],"path":["v2","assets","bitcoin","history"],"query":[{"key":"interval","value":"d1"}]},"description":"### Request\n\n| Key       | Required | Value  \t\t| Description\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t |\n|-----------|----------|----------------|----------------------------------------------------------------------------|\n| id        | required | bitcoin\t\t| search asset by id\t\t\t\t\t\t\t\t\t\t\t\t\t\t |\n| interval  | required | m1, m15, h1, d1| point-in-time interval. minute and hour intervals (m1, m15, h1) represent price at that time, day intervals represent average of 24 hour periods (timezone: UTC) |\n| start     | optional | 1528470720000  | UNIX time in milliseconds. omiting will return the most recent asset history    |\n| end       | optional | 1528476720000  | UNIX time in milliseconds. omiting will return the most recent asset history    |\n\n### Response\n\n| Key       | Description |\n|-----------|-------------|\n| priceUsd  | \tvolume-weighted price based on real-time market data, translated to USD |\n| time      | timestamp in UNIX in milliseconds |"},"response":[{"id":"3be178b6-1a8a-45a7-b128-19981dccfdfd","name":"/assets/{{id}}/history","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/v2/assets/bitcoin/history?interval=d1","host":["{{host}}"],"path":["v2","assets","bitcoin","history"],"query":[{"key":"interval","value":"d1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:45:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"84c-1UxSMlRtaBjveXRSZ+cASAZL00I\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"priceUsd\":\"6379.3997635993342453\",\"time\":1530403200000},{\"priceUsd\":\"6466.3135622762295280\",\"time\":1530489600000},{\"priceUsd\":\"6601.0724971279524219\",\"time\":1530576000000},{\"priceUsd\":\"6581.0092630267574887\",\"time\":1530662400000},{\"priceUsd\":\"6629.1362927171773870\",\"time\":1530748800000},{\"priceUsd\":\"6549.1112450806328349\",\"time\":1530835200000},{\"priceUsd\":\"6655.9108972488685303\",\"time\":1530921600000},{\"priceUsd\":\"6818.2081672225807333\",\"time\":1531008000000},{\"priceUsd\":\"6741.7764822044089258\",\"time\":1531094400000},{\"priceUsd\":\"6525.5093638185088059\",\"time\":1531180800000},{\"priceUsd\":\"6585.4814995139912926\",\"time\":1531267200000},{\"priceUsd\":\"6489.0484273708415619\",\"time\":1531353600000},{\"priceUsd\":\"6291.0146998844553630\",\"time\":1531440000000},{\"priceUsd\":\"6252.1208882488125434\",\"time\":1531526400000},{\"priceUsd\":\"6340.1868649492544957\",\"time\":1531612800000},{\"priceUsd\":\"6530.5736788831891429\",\"time\":1531699200000},{\"priceUsd\":\"6884.5482398003929297\",\"time\":1531785600000},{\"priceUsd\":\"7409.9979715905945494\",\"time\":1531872000000},{\"priceUsd\":\"7395.3701986813659323\",\"time\":1531958400000},{\"priceUsd\":\"7425.9746148291378074\",\"time\":1532044800000},{\"priceUsd\":\"7346.6049106335193051\",\"time\":1532131200000},{\"priceUsd\":\"7446.3683595137795620\",\"time\":1532217600000},{\"priceUsd\":\"7672.2795468901929951\",\"time\":1532304000000},{\"priceUsd\":\"8058.3217339088221456\",\"time\":1532390400000},{\"priceUsd\":\"8232.6844834113199475\",\"time\":1532476800000},{\"priceUsd\":\"8171.3690575620503343\",\"time\":1532563200000},{\"priceUsd\":\"8004.3080625949240423\",\"time\":1532649600000},{\"priceUsd\":\"8158.6671323110608870\",\"time\":1532736000000},{\"priceUsd\":\"8183.3394012885138213\",\"time\":1532822400000},{\"priceUsd\":\"8121.8084601148850521\",\"time\":1532908800000},{\"priceUsd\":\"7907.5242567350601721\",\"time\":1532995200000},{\"priceUsd\":\"7564.2783199263660926\",\"time\":1533081600000},{\"priceUsd\":\"7581.6106106966728131\",\"time\":1533168000000},{\"priceUsd\":\"7389.6890782016167515\",\"time\":1533254400000},{\"priceUsd\":\"7247.2622645760407444\",\"time\":1533340800000},{\"priceUsd\":\"6987.2119251945676799\",\"time\":1533427200000}],\"timestamp\":1533581103627}"}],"_postman_id":"67a24242-a617-4f85-b288-104323e2f376"},{"name":"/assets/{{id}}/markets","id":"d1bcba4a-2767-42f6-bd12-4dfbca83f8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/assets/bitcoin/markets","description":"### Request\n\n| Key       | Required | Value  \t\t| Description\t\t\t|\n|-----------|----------|----------------|-----------------------|\n| id        | required | bitcoin\t\t| search asset by id\t|\n| limit     | optional | 5 \t\t | max limit of 2000\t\t\t|\n| offset    | optional | 1 \t\t | offset\t\t\t\t\t\t|\n\n### Response\n\n| Key        | Description |\n|------------|-------------|\n| exchangeId | unique identifier for exchange |\n| baseId     | unique identifier for this asset, base is asset purchased |\n| quoteId    | unique identifier for this asset, quote is asset used to purchase based|\n| baseSymbol | most common symbol used to identify asset, base is asset purchased |\n| quoteSymbol| most common symbol used to identify asset, quote is asset used to purchase base |\n| volumeUsd24Hr | volume transacted on this market in last 24 hours |\n| priceUsd\t\t | the amount of quote asset traded for one unit of base asset |\n| volumePercent | percent of quote asset volume | \n"},"response":[{"id":"9a30c23d-0c42-4060-a939-ddc7e576b2cb","name":"/assets/{{id}}/markets","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/assets/bitcoin/markets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:44:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7c43-Kis93RZINMxgTTQkQ1jLINrJXhU\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"277775213.1923032624064566\",\n            \"priceUsd\": \"6263.8645034633024446\",\n            \"volumePercent\": \"7.4239157877678087\"\n        },\n        {\n            \"exchangeId\": \"Bitfinex\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"246147462.2180977690000000\",\n            \"priceUsd\": \"6280.1000000000000000\",\n            \"volumePercent\": \"6.5786216483427765\"\n        },\n        {\n            \"exchangeId\": \"Quoine\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"japanese-yen\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"JPY\",\n            \"volumeUsd24Hr\": \"204312183.6432148805049455\",\n            \"priceUsd\": \"6190.1276307099086823\",\n            \"volumePercent\": \"5.4605176190868530\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"157841528.3192477347816231\",\n            \"priceUsd\": \"6257.0969761059119473\",\n            \"volumePercent\": \"4.2185269181790762\"\n        },\n        {\n            \"exchangeId\": \"Bithumb\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"south-korean-won\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"KRW\",\n            \"volumeUsd24Hr\": \"157434964.6357023295199136\",\n            \"priceUsd\": \"6350.8268572382656000\",\n            \"volumePercent\": \"4.2076609574825895\"\n        },\n        {\n            \"exchangeId\": \"Coinbase Pro\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"124184594.0513589486000000\",\n            \"priceUsd\": \"6183.5700000000000000\",\n            \"volumePercent\": \"3.3190001288457853\"\n        },\n        {\n            \"exchangeId\": \"Huobi\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"100557633.9835080171725177\",\n            \"priceUsd\": \"6256.1109378224904296\",\n            \"volumePercent\": \"2.6875378761528286\"\n        },\n        {\n            \"exchangeId\": \"Coinbene\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"89989284.7402800851924490\",\n            \"priceUsd\": \"6265.6085574313514197\",\n            \"volumePercent\": \"2.4050845431294565\"\n        },\n        {\n            \"exchangeId\": \"HitBTC\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"85494306.3610000000000000\",\n            \"priceUsd\": \"6285.2600000000000000\",\n            \"volumePercent\": \"2.2849502065480634\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"76531286.1298708755226613\",\n            \"priceUsd\": \"6271.3290544465520580\",\n            \"volumePercent\": \"2.0454014482724438\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"67045819.0169377571869046\",\n            \"priceUsd\": \"6258.5108643884277048\",\n            \"volumePercent\": \"1.7923475397013624\"\n        },\n        {\n            \"exchangeId\": \"Bitflyer\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"japanese-yen\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"JPY\",\n            \"volumeUsd24Hr\": \"62536676.6747145392228378\",\n            \"priceUsd\": \"6206.5653951196835784\",\n            \"volumePercent\": \"1.6713767076061353\"\n        },\n        {\n            \"exchangeId\": \"Bitstamp\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"54100661.0068430142000000\",\n            \"priceUsd\": \"6178.5100000000000000\",\n            \"volumePercent\": \"1.4459128543601274\"\n        },\n        {\n            \"exchangeId\": \"ZB\",\n            \"baseId\": \"neo\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NEO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"48140864.5557739035446471\",\n            \"priceUsd\": \"6262.2240522057512583\",\n            \"volumePercent\": \"1.2877216593178235\"\n        },\n        {\n            \"exchangeId\": \"Kraken\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"euro\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"EUR\",\n            \"volumeUsd24Hr\": \"47881096.6135649599853721\",\n            \"priceUsd\": \"6194.4122420588914952\",\n            \"volumePercent\": \"1.2796866394230530\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"47439874.8519865934784001\",\n            \"priceUsd\": \"6260.7650704115125517\",\n            \"volumePercent\": \"1.2678943950249876\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"45951692.9693965013069759\",\n            \"priceUsd\": \"6262.6595177724620922\",\n            \"volumePercent\": \"1.2292489066225984\"\n        },\n        {\n            \"exchangeId\": \"Kraken\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"40245472.8922118000000000\",\n            \"priceUsd\": \"6177.8000000000000000\",\n            \"volumePercent\": \"1.0756143363440726\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"39455096.4874441752525577\",\n            \"priceUsd\": \"6245.7298157804459151\",\n            \"volumePercent\": \"1.0526059391092816\"\n        },\n        {\n            \"exchangeId\": \"Itbit\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"36811213.6340290000000000\",\n            \"priceUsd\": \"6176.8900000000000000\",\n            \"volumePercent\": \"0.9838291434425719\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"35720076.9849401977670169\",\n            \"priceUsd\": \"6255.9414598602708079\",\n            \"volumePercent\": \"0.9545189955205877\"\n        },\n        {\n            \"exchangeId\": \"Allcoin\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"33944104.9985052000000000\",\n            \"priceUsd\": \"6343.5412000000000000\",\n            \"volumePercent\": \"0.9072018129479144\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"0x\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ZRX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"33914736.1932058875602961\",\n            \"priceUsd\": \"6252.2847505187795524\",\n            \"volumePercent\": \"0.9057465854545974\"\n        },\n        {\n            \"exchangeId\": \"Zaif\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"japanese-yen\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"JPY\",\n            \"volumeUsd24Hr\": \"31624787.9897270478759017\",\n            \"priceUsd\": \"6150.9969475732278180\",\n            \"volumePercent\": \"0.8452149496838180\"\n        },\n        {\n            \"exchangeId\": \"Gemini\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"31456024.0234010013870000\",\n            \"priceUsd\": \"6182.9100000000000000\",\n            \"volumePercent\": \"0.8407045059346600\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"aeron\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ARN\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"29768816.1769693504292095\",\n            \"priceUsd\": \"6254.0461309320494930\",\n            \"volumePercent\": \"0.7952472167826576\"\n        },\n        {\n            \"exchangeId\": \"BTCBOX\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"japanese-yen\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"JPY\",\n            \"volumeUsd24Hr\": \"27572934.6173845358652236\",\n            \"priceUsd\": \"6203.8342764320485860\",\n            \"volumePercent\": \"0.7369237242898911\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"eos\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"EOS\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"25837948.1461267839763568\",\n            \"priceUsd\": \"6275.8529671876993015\",\n            \"volumePercent\": \"0.6926443496192827\"\n        },\n        {\n            \"exchangeId\": \"OOOBTC\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"25282005.8654384348642581\",\n            \"priceUsd\": \"6267.7576588843311807\",\n            \"volumePercent\": \"0.6756955753317279\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"qtum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"QTUM\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"25096246.6650650091444864\",\n            \"priceUsd\": \"6279.9898419435427968\",\n            \"volumePercent\": \"0.6732048385227226\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"21828157.9184035104371170\",\n            \"priceUsd\": \"6271.6019883389771777\",\n            \"volumePercent\": \"0.5847565422386415\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"20585941.2190362597116712\",\n            \"priceUsd\": \"6273.0137958663200732\",\n            \"volumePercent\": \"0.5516028281368367\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"eos\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"EOS\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"20509860.8134313584174269\",\n            \"priceUsd\": \"6263.0545190793276210\",\n            \"volumePercent\": \"0.5486917350791659\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"ethereum-classic\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"20197468.1545516106191688\",\n            \"priceUsd\": \"6272.7126716731900136\",\n            \"volumePercent\": \"0.5411676655910510\"\n        },\n        {\n            \"exchangeId\": \"ZB\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"19116633.7817132862508557\",\n            \"priceUsd\": \"6257.5659771329770031\",\n            \"volumePercent\": \"0.5109177226795450\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"tron\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"TRX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"18899878.9686127850900588\",\n            \"priceUsd\": \"6284.3215947075695047\",\n            \"volumePercent\": \"0.5073374687942449\"\n        },\n        {\n            \"exchangeId\": \"Bitbank\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"japanese-yen\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"JPY\",\n            \"volumeUsd24Hr\": \"18807383.1855911064600684\",\n            \"priceUsd\": \"6204.8160511236820800\",\n            \"volumePercent\": \"0.5026525849930566\"\n        },\n        {\n            \"exchangeId\": \"Coinbene\",\n            \"baseId\": \"neo\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NEO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"18334002.8489574821622960\",\n            \"priceUsd\": \"6259.4281955566036886\",\n            \"volumePercent\": \"0.4901979260661902\"\n        },\n        {\n            \"exchangeId\": \"Bittrex\",\n            \"baseId\": \"crowd-machine\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"CMCT\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"18325806.2662824459886504\",\n            \"priceUsd\": \"6249.7128759660904163\",\n            \"volumePercent\": \"0.4892182724429138\"\n        },\n        {\n            \"exchangeId\": \"Bitstamp\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"euro\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"EUR\",\n            \"volumeUsd24Hr\": \"18247185.5326134902875335\",\n            \"priceUsd\": \"6194.5629492232782330\",\n            \"volumePercent\": \"0.4876805500428690\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"tron\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"TRX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"17819561.1830815824610102\",\n            \"priceUsd\": \"6284.3215947075695047\",\n            \"volumePercent\": \"0.4783380401886430\"\n        },\n        {\n            \"exchangeId\": \"HitBTC\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"17715486.0464941304571557\",\n            \"priceUsd\": \"6251.8516239368658802\",\n            \"volumePercent\": \"0.4730872543813932\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"17586949.2108169398844170\",\n            \"priceUsd\": \"6269.2941699005270456\",\n            \"volumePercent\": \"0.4709650406447371\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"moeda-loyalty-points\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"MDA\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"17358396.5738986452959787\",\n            \"priceUsd\": \"6256.8795128521112981\",\n            \"volumePercent\": \"0.4639240758255884\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"litecoin\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"LTC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"16963598.6240851325491132\",\n            \"priceUsd\": \"6266.9765598197886793\",\n            \"volumePercent\": \"0.4541042552736372\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"16798059.6468944716742310\",\n            \"priceUsd\": \"6277.6949517057089326\",\n            \"volumePercent\": \"0.4504419611669237\"\n        },\n        {\n            \"exchangeId\": \"HitBTC\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"16213364.8576121016796338\",\n            \"priceUsd\": \"6281.0555547650146583\",\n            \"volumePercent\": \"0.4349960404531856\"\n        },\n        {\n            \"exchangeId\": \"Huobi\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"15907205.7742629167218853\",\n            \"priceUsd\": \"6250.6779346457638403\",\n            \"volumePercent\": \"0.4247178704736743\"\n        },\n        {\n            \"exchangeId\": \"Bitfinex\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"15698173.3805808405321883\",\n            \"priceUsd\": \"6267.7396790788006255\",\n            \"volumePercent\": \"0.4202808336092275\"\n        },\n        {\n            \"exchangeId\": \"Huobi\",\n            \"baseId\": \"eos\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"EOS\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"15516120.9725343044247570\",\n            \"priceUsd\": \"6265.1344290175848639\",\n            \"volumePercent\": \"0.4152341501826190\"\n        },\n        {\n            \"exchangeId\": \"Coinbase Pro\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"15093149.6849406813420322\",\n            \"priceUsd\": \"6260.4721651920593023\",\n            \"volumePercent\": \"0.4036142409375980\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"bibox-token\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BIX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"14290834.0064303343062560\",\n            \"priceUsd\": \"6255.5850413280481672\",\n            \"volumePercent\": \"0.3818607492909761\"\n        },\n        {\n            \"exchangeId\": \"Bitfinex\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"13857512.9738826574039450\",\n            \"priceUsd\": \"6260.7215138987896607\",\n            \"volumePercent\": \"0.3705861575933766\"\n        },\n        {\n            \"exchangeId\": \"Coinbase Pro\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"euro\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"EUR\",\n            \"volumeUsd24Hr\": \"13720414.9661001854456415\",\n            \"priceUsd\": \"6198.2262926037558587\",\n            \"volumePercent\": \"0.3666965245420942\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"cardano\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ADA\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"13708294.9759538360749885\",\n            \"priceUsd\": \"6256.4656620584438067\",\n            \"volumePercent\": \"0.3663464770602085\"\n        },\n        {\n            \"exchangeId\": \"Bitfinex\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"euro\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"EUR\",\n            \"volumeUsd24Hr\": \"13497293.1943939735363757\",\n            \"priceUsd\": \"6280.3153257593320207\",\n            \"volumePercent\": \"0.3607332954097032\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"tron\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"TRX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"13319223.2543513112572078\",\n            \"priceUsd\": \"6266.3149425737369273\",\n            \"volumePercent\": \"0.3565091085888441\"\n        },\n        {\n            \"exchangeId\": \"Poloniex\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"12898391.3232290689465726\",\n            \"priceUsd\": \"6249.1186323286297417\",\n            \"volumePercent\": \"0.3442974699494292\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"agrello-delta\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"DLT\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"12855444.6323623285266906\",\n            \"priceUsd\": \"6257.1339935255182274\",\n            \"volumePercent\": \"0.3435912304238079\"\n        },\n        {\n            \"exchangeId\": \"HitBTC\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"12569455.5598897678324589\",\n            \"priceUsd\": \"6268.4807349849539237\",\n            \"volumePercent\": \"0.3365567269607909\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"litecoin\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"LTC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"12224597.5362200193349881\",\n            \"priceUsd\": \"6270.7531133235497356\",\n            \"volumePercent\": \"0.3274415486137512\"\n        },\n        {\n            \"exchangeId\": \"Poloniex\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"11396926.2441866455045822\",\n            \"priceUsd\": \"6262.5175220891118867\",\n            \"volumePercent\": \"0.3045981666393945\"\n        },\n        {\n            \"exchangeId\": \"Coinone\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"south-korean-won\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"KRW\",\n            \"volumeUsd24Hr\": \"11046912.2474320447104576\",\n            \"priceUsd\": \"6351.7069607384372000\",\n            \"volumePercent\": \"0.2952435723018239\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"neo\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NEO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"10487821.4023337314121058\",\n            \"priceUsd\": \"6221.4994179905844401\",\n            \"volumePercent\": \"0.2787146911480533\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"10406844.2211752483617046\",\n            \"priceUsd\": \"6254.0045328015093240\",\n            \"volumePercent\": \"0.2780076576154323\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"neo\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NEO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"10123267.8745163775258902\",\n            \"priceUsd\": \"6254.4858914148298207\",\n            \"volumePercent\": \"0.2704530349594012\"\n        },\n        {\n            \"exchangeId\": \"Livecoin\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"9802093.5004940667187000\",\n            \"priceUsd\": \"6296.9164700000000000\",\n            \"volumePercent\": \"0.2619741187674497\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"litecoin\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"LTC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"9710668.7355460369045866\",\n            \"priceUsd\": \"6272.2559900433396816\",\n            \"volumePercent\": \"0.2601671306461869\"\n        },\n        {\n            \"exchangeId\": \"Huobi\",\n            \"baseId\": \"bitcoin-cash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BCH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"9652473.1054106706400246\",\n            \"priceUsd\": \"6271.0727243381609260\",\n            \"volumePercent\": \"0.2585591733706833\"\n        },\n        {\n            \"exchangeId\": \"Quoine\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"9358631.5361915885200000\",\n            \"priceUsd\": \"6185.7890000000000000\",\n            \"volumePercent\": \"0.2501220019416749\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"trueusd\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"TUSD\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"9271983.1012491532227002\",\n            \"priceUsd\": \"6255.9810822248203598\",\n            \"volumePercent\": \"0.2477693442206626\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"binance-coin\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BNB\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"9078001.8492006592866020\",\n            \"priceUsd\": \"6265.2476894802481504\",\n            \"volumePercent\": \"0.2429450333916423\"\n        },\n        {\n            \"exchangeId\": \"BitBay\",\n            \"baseId\": \"infinity-economics\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XIN\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"9038573.1600673068422420\",\n            \"priceUsd\": \"6254.4885149444051257\",\n            \"volumePercent\": \"0.2414744525707321\"\n        },\n        {\n            \"exchangeId\": \"Allcoin\",\n            \"baseId\": \"qtum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"QTUM\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8971156.1736601013386271\",\n            \"priceUsd\": \"6323.7176769436853016\",\n            \"volumePercent\": \"0.2423262171995778\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"ethereum-classic\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8950638.8100924860716353\",\n            \"priceUsd\": \"6274.2058864248589838\",\n            \"volumePercent\": \"0.2398790450154269\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"stellar\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XLM\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8891288.2568845542545424\",\n            \"priceUsd\": \"6269.6482130573164557\",\n            \"volumePercent\": \"0.2381153412785538\"\n        },\n        {\n            \"exchangeId\": \"Bittrex\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"8832954.8165769866507779\",\n            \"priceUsd\": \"6269.1763935488458945\",\n            \"volumePercent\": \"0.2360725853174958\"\n        },\n        {\n            \"exchangeId\": \"LBank\",\n            \"baseId\": \"zcash\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ZEC\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8503672.8017861640351614\",\n            \"priceUsd\": \"6320.5881751440431272\",\n            \"volumePercent\": \"0.2295850205933891\"\n        },\n        {\n            \"exchangeId\": \"BitBay\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"polish-zloty\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"PLN\",\n            \"volumeUsd24Hr\": \"8450059.6090138248690389\",\n            \"priceUsd\": \"6259.6375635528772721\",\n            \"volumePercent\": \"0.2258391964422945\"\n        },\n        {\n            \"exchangeId\": \"Huobi\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8367717.3540567762825299\",\n            \"priceUsd\": \"6255.8817477315828042\",\n            \"volumePercent\": \"0.2236016717076005\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"icon\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ICX\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8304061.9125033500890443\",\n            \"priceUsd\": \"6276.5070590145959260\",\n            \"volumePercent\": \"0.2226322693736803\"\n        },\n        {\n            \"exchangeId\": \"Exmo\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"8168410.7074593560000000\",\n            \"priceUsd\": \"6400.4000000000000000\",\n            \"volumePercent\": \"0.2183117511284100\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"neo\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NEO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"8100250.1357678604057953\",\n            \"priceUsd\": \"6264.3783167076962973\",\n            \"volumePercent\": \"0.2167484103044162\"\n        },\n        {\n            \"exchangeId\": \"Allcoin\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"7924465.6277313235056580\",\n            \"priceUsd\": \"6244.8941778352530928\",\n            \"volumePercent\": \"0.2113852026644168\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"iota\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"MIOTA\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"7747171.7473796925028716\",\n            \"priceUsd\": \"6264.3373128209881643\",\n            \"volumePercent\": \"0.2072992983215198\"\n        },\n        {\n            \"exchangeId\": \"Gate\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"7139420.2875248268884326\",\n            \"priceUsd\": \"6258.1838705388000685\",\n            \"volumePercent\": \"0.1908105996173670\"\n        },\n        {\n            \"exchangeId\": \"Exmo\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"russian-ruble\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"RUB\",\n            \"volumeUsd24Hr\": \"6784898.1638367027313717\",\n            \"priceUsd\": \"6473.5607901130166062\",\n            \"volumePercent\": \"0.1813355195304367\"\n        },\n        {\n            \"exchangeId\": \"Bitfinex\",\n            \"baseId\": \"eos\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"EOS\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6729464.1706174991989787\",\n            \"priceUsd\": \"6273.6169150616229241\",\n            \"volumePercent\": \"0.1803341571048963\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"ripple\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"XRP\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6591149.3719605080276238\",\n            \"priceUsd\": \"6246.2246286396847140\",\n            \"volumePercent\": \"0.1758564352977754\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"gifto\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"GTO\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6488719.8506955577547228\",\n            \"priceUsd\": \"6249.7093660966218299\",\n            \"volumePercent\": \"0.1732201294087159\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"tether\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USDT\",\n            \"volumeUsd24Hr\": \"6481686.3111825751397123\",\n            \"priceUsd\": \"6256.4539683229489766\",\n            \"volumePercent\": \"0.1732317753767100\"\n        },\n        {\n            \"exchangeId\": \"Lakebtc\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"united-states-dollar\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"USD\",\n            \"volumeUsd24Hr\": \"6461150.3945717300000000\",\n            \"priceUsd\": \"6805.8100000000000000\",\n            \"volumePercent\": \"0.1726829254134917\"\n        },\n        {\n            \"exchangeId\": \"Bit-Z\",\n            \"baseId\": \"bit-z-token\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"BZ\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6388317.5779939661948840\",\n            \"priceUsd\": \"6601.6709319283562342\",\n            \"volumePercent\": \"0.1801440339233435\"\n        },\n        {\n            \"exchangeId\": \"Poloniex\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6143716.8423907326222139\",\n            \"priceUsd\": \"6256.6468070220498948\",\n            \"volumePercent\": \"0.1641921326551008\"\n        },\n        {\n            \"exchangeId\": \"Okex\",\n            \"baseId\": \"okb\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"OKB\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6122273.3128039222222548\",\n            \"priceUsd\": \"6260.1975627284480194\",\n            \"volumePercent\": \"0.1637119064412468\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"monetha\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"MTH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"6082396.3806862934911875\",\n            \"priceUsd\": \"6257.0317432060710602\",\n            \"volumePercent\": \"0.1625633313297688\"\n        },\n        {\n            \"exchangeId\": \"Bibox\",\n            \"baseId\": \"qtum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"QTUM\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"5963857.4563654398073309\",\n            \"priceUsd\": \"6282.2175786735688851\",\n            \"volumePercent\": \"0.1600367567756005\"\n        },\n        {\n            \"exchangeId\": \"Binance\",\n            \"baseId\": \"pundi-x\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"NPXS\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"5956684.9774012816053360\",\n            \"priceUsd\": \"6235.7339445163898376\",\n            \"volumePercent\": \"0.1586615611331649\"\n        },\n        {\n            \"exchangeId\": \"Kraken\",\n            \"baseId\": \"ethereum\",\n            \"quoteId\": \"bitcoin\",\n            \"baseSymbol\": \"ETH\",\n            \"quoteSymbol\": \"BTC\",\n            \"volumeUsd24Hr\": \"5839467.3082612568347302\",\n            \"priceUsd\": \"6262.4346956513671579\",\n            \"volumePercent\": \"0.1562053681297181\"\n        },\n        {\n            \"exchangeId\": \"Korbit\",\n            \"baseId\": \"bitcoin\",\n            \"quoteId\": \"south-korean-won\",\n            \"baseSymbol\": \"BTC\",\n            \"quoteSymbol\": \"KRW\",\n            \"volumeUsd24Hr\": \"5769780.4561206088012976\",\n            \"priceUsd\": \"6360.0679439900674000\",\n            \"volumePercent\": \"0.1542051348926291\"\n        }\n    ],\n    \"timestamp\": 1539289444052\n}"}],"_postman_id":"d1bcba4a-2767-42f6-bd12-4dfbca83f8c9"},{"name":"{{RootURL}}/v3/accounts/{{AccountID}}/transactions?from=10345678.000000123&to=1539291662.000000123&pageSize=1000&type=MARKET_ORDER,TRANSFER_FUNDS&bXkETY2tn89aa+lvmVIc95Wu8vYJJhx+HbUAwofex962","event":[{"listen":"prerequest","script":{"id":"f0b1d9ef-e022-401f-897f-0dea4e5cf31f","exec":["pm.globals.set(\"variable_key\", \"variable_value\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"8e67eb1c-9b10-44f6-8c17-e4a0d7a62b8e","exec":["pm.environment.get(\"variable_key\");","pm.variables.get(\"variable_key\");"],"type":"text/javascript"}}],"id":"2259a370-4e68-41c8-adeb-de92945fecda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"region":"","service":"","secretKey":"bXkETY2tn89aa+lvmVIc95Wu8vYJJhx+HbUAwofex962","accessKey":"AKIAJMJ7LDOEDHALB6ZA\n"}},"method":"VIEW","header":[{"key":"<?xml version='1.0' encoding='ISO-8859-1' ?>","value":"","type":"text","description":"assets"},{"key":"<rss version=\"2.0\" xmlns","value":"atom=\"http://www.w3.org/2005/Atom\">","type":"text"},{"key":"<channel>","value":"","type":"text"},{"key":"<title>DDR Real Time Forex Data</title>","value":"","type":"text"},{"key":"<link>https","value":"//rtdata.dtcc.com/gtr/dashboard.do</link>","type":"text"},{"key":"<description>DDR Real Time Forex Data</description>","value":"","type":"text"},{"key":"<pubDate>Sat, 06 Oct 2018 16","value":"00:08 -0400</pubDate>","type":"text"},{"key":"<ttl>1</ttl><atom","value":"link href=\"https://kgc0418-tdw-data2-0.s3.amazonaws.com/slices/FOREX_RSS_FEED.rss\" rel=\"self\" type=\"application/rss+xml\" />","type":"text"},{"key":"<item>","value":"","type":"text"},{"key":"<title>ForeignExchange","value":"NDF</title>","type":"text"},{"key":"<pubDate>Sat, 06 Oct 2018 16","value":"00:08 -0400</pubDate>","type":"text"},{"key":"<guid>","value":"","type":"text"},{"key":"https","value":"//kgc0418-tdw-data2-0.s3.amazonaws.com/slices/FOREX_RSS_FEED.rss#1771138454</guid>","type":"text"},{"key":"<description>","value":"","type":"text"},{"key":"\"96791665\",\"\",\"NEW\",\"2018-10-05T19","value":"59:57\",\"U\",\"UC\",\"\",\"N\",\"Y\",\"OFF\",\"2018-10-05\",\"2018-10-10\",\"\",\"USD\",\"FX\",\"\",\"ForeignExchange:NDF\",\"Trade\",\"\",\"\",\"PRICE\",\"9.3311\",\"\",\"\",\"MAD\",\"USD\",\"4,012,373\",\"430,000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"</description>","type":"text"},{"key":"</item>","value":"","type":"text"},{"key":"</channel>","value":"","type":"text"},{"key":"</rss>","value":"","type":"text"},{"key":"7BF91EE7451BDB6D00DA9C7559380F258DA310D13A8133BEEBBE0BB9D965D4B7\n","value":"","type":"text"},{"key":"7BF91EE7451BDB6D00DA9C7559380F258DA310D13A8133BEEBBE0BB9D965D4B7\n","value":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"curl --location --request GET \"https://{{paypal_identity_domain}}/webapps/auth/protocol/openidconnect/v1/authorize?client_id={{rest_app_client_id}}&redirect_uri={{rest_app_redirect}}&scope={{OAuth_scopes}}&response_type=code\""},"url":{"raw":"{{RootURL}}/v3/accounts/{{AccountID}}/transactions?from=10345678.000000123&to=1539291662.000000123&pageSize=1000&type=MARKET_ORDER,TRANSFER_FUNDS&bXkETY2tn89aa+lvmVIc95Wu8vYJJhx+HbUAwofex962","host":["{{RootURL}}"],"path":["v3","accounts","{{AccountID}}","transactions"],"query":[{"key":"from","value":"10345678.000000123"},{"key":"to","value":"1539291662.000000123"},{"key":"pageSize","value":"1000"},{"key":"type","value":"MARKET_ORDER,TRANSFER_FUNDS"},{"key":"bXkETY2tn89aa+lvmVIc95Wu8vYJJhx+HbUAwofex962","value":null}]}},"response":[],"_postman_id":"2259a370-4e68-41c8-adeb-de92945fecda"},{"name":"shapeshift.io/getcoins","id":"6282b27b-3ed2-8e7e-b449-602a222c22c6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"shapeshift.io/getcoins"},"response":[{"id":"67896749-2895-2f9a-91d7-36a141bfbdb0","name":"shapeshift.io/getcoins","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"shapeshift.io/getcoins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Authorization, Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"public, no-store","description":""},{"name":"cf-ray","key":"cf-ray","value":"4e1794dc188d92d4-SJC","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 04 Jun 2019 05:42:05 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"2b42-bogSS9qFkHanMy41Zri1XZ5yP4U\"","description":""},{"name":"expect-ct","key":"expect-ct","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","description":""},{"name":"server","key":"server","value":"cloudflare","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"583","body":"{\"ANT\":{\"symbol\":\"ANT\",\"name\":\"Aragon\",\"image\":\"https://shapeshift.io/images/coins/aragon.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/aragon.png\",\"status\":\"unavailable\",\"minerFee\":1.8671},\"BTC\":{\"symbol\":\"BTC\",\"name\":\"Bitcoin\",\"image\":\"https://shapeshift.io/images/coins/bitcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoin.png\",\"status\":\"available\",\"minerFee\":0.0015},\"BCH\":{\"symbol\":\"BCH\",\"name\":\"BitcoinCash\",\"image\":\"https://shapeshift.io/images/coins/bitcoincash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoincash.png\",\"status\":\"available\",\"minerFee\":0.0001},\"BTG\":{\"symbol\":\"BTG\",\"name\":\"Bitcoin Gold\",\"image\":\"https://shapeshift.io/images/coins/bitcoingold.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoingold.png\",\"status\":\"unavailable\",\"minerFee\":0.001},\"BNT\":{\"symbol\":\"BNT\",\"name\":\"Bancor\",\"image\":\"https://shapeshift.io/images/coins/bancor.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bancor.png\",\"status\":\"available\",\"minerFee\":0.79},\"BLK\":{\"symbol\":\"BLK\",\"name\":\"Blackcoin\",\"image\":\"https://shapeshift.io/images/coins/blackcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/blackcoin.png\",\"status\":\"available\",\"minerFee\":0.02},\"CVC\":{\"symbol\":\"CVC\",\"name\":\"Civic\",\"image\":\"https://shapeshift.io/images/coins/civic.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/civic.png\",\"status\":\"available\",\"minerFee\":7.4577},\"CLAM\":{\"symbol\":\"CLAM\",\"name\":\"Clams\",\"image\":\"https://shapeshift.io/images/coins/clams.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/clams.png\",\"status\":\"unavailable\",\"minerFee\":0.001},\"DAI\":{\"symbol\":\"DAI\",\"name\":\"Dai\",\"image\":\"https://shapeshift.io/images/coins/dai.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dai.png\",\"status\":\"available\",\"minerFee\":0.15},\"DASH\":{\"symbol\":\"DASH\",\"name\":\"Dash\",\"image\":\"https://shapeshift.io/images/coins/dash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dash.png\",\"status\":\"available\",\"minerFee\":0.002},\"DCR\":{\"symbol\":\"DCR\",\"name\":\"Decred\",\"image\":\"https://shapeshift.io/images/coins/decred.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/decred.png\",\"status\":\"unavailable\",\"minerFee\":0.03},\"DGB\":{\"symbol\":\"DGB\",\"name\":\"DigiByte\",\"image\":\"https://shapeshift.io/images/coins/digibyte.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/digibyte.png\",\"status\":\"available\",\"minerFee\":0.01},\"DNT\":{\"symbol\":\"DNT\",\"name\":\"district0x\",\"image\":\"https://shapeshift.io/images/coins/district0x.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/district0x.png\",\"status\":\"available\",\"minerFee\":95.772},\"DOGE\":{\"symbol\":\"DOGE\",\"name\":\"Dogecoin\",\"image\":\"https://shapeshift.io/images/coins/dogecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dogecoin.png\",\"status\":\"available\",\"minerFee\":2},\"EDG\":{\"symbol\":\"EDG\",\"name\":\"Edgeless\",\"image\":\"https://shapeshift.io/images/coins/edgeless.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/edgeless.png\",\"status\":\"unavailable\",\"minerFee\":4.5482},\"ETH\":{\"symbol\":\"ETH\",\"name\":\"Ether\",\"image\":\"https://shapeshift.io/images/coins/ether.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/ether.png\",\"status\":\"available\",\"minerFee\":0.003},\"ETC\":{\"symbol\":\"ETC\",\"name\":\"Ether Classic\",\"image\":\"https://shapeshift.io/images/coins/etherclassic.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/etherclassic.png\",\"status\":\"available\",\"minerFee\":0.001},\"FCT\":{\"symbol\":\"FCT\",\"name\":\"Factoids\",\"image\":\"https://shapeshift.io/images/coins/factoids.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/factoids.png\",\"status\":\"unavailable\",\"minerFee\":0.1},\"GAME\":{\"symbol\":\"GAME\",\"name\":\"GameCredits\",\"image\":\"https://shapeshift.io/images/coins/game.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/game.png\",\"status\":\"unavailable\",\"minerFee\":0.2},\"GNT\":{\"symbol\":\"GNT\",\"name\":\"Golem\",\"image\":\"https://shapeshift.io/images/coins/golem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/golem.png\",\"status\":\"available\",\"minerFee\":5.7742},\"KMD\":{\"symbol\":\"KMD\",\"name\":\"Komodo\",\"image\":\"https://shapeshift.io/images/coins/komodo.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/komodo.png\",\"status\":\"available\",\"minerFee\":0.002},\"LBC\":{\"symbol\":\"LBC\",\"name\":\"LBRY Credits\",\"image\":\"https://shapeshift.io/images/coins/lbry.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/lbry.png\",\"status\":\"unavailable\",\"minerFee\":0.02},\"LTC\":{\"symbol\":\"LTC\",\"name\":\"Litecoin\",\"image\":\"https://shapeshift.io/images/coins/litecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/litecoin.png\",\"status\":\"available\",\"minerFee\":0.00075},\"MANA\":{\"symbol\":\"MANA\",\"name\":\"Decentraland\",\"image\":\"https://shapeshift.io/images/coins/decentraland.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/decentraland.png\",\"status\":\"unavailable\",\"minerFee\":10},\"MKR\":{\"symbol\":\"MKR\",\"name\":\"Maker\",\"image\":\"https://shapeshift.io/images/coins/maker.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/maker.png\",\"status\":\"available\",\"minerFee\":0.000217},\"MONA\":{\"symbol\":\"MONA\",\"name\":\"Monacoin\",\"image\":\"https://shapeshift.io/images/coins/monacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/monacoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"NEO\":{\"symbol\":\"NEO\",\"name\":\"Neo\",\"image\":\"https://shapeshift.io/images/coins/neo.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/neo.png\",\"status\":\"unavailable\",\"minerFee\":0},\"NMC\":{\"symbol\":\"NMC\",\"name\":\"Namecoin\",\"image\":\"https://shapeshift.io/images/coins/namecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/namecoin.png\",\"status\":\"unavailable\",\"minerFee\":0.005},\"XEM\":{\"symbol\":\"XEM\",\"name\":\"NEM\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":false,\"fieldName\":\"Message\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/nem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/nem.png\",\"status\":\"unavailable\",\"minerFee\":4},\"NMR\":{\"symbol\":\"NMR\",\"name\":\"Numeraire\",\"image\":\"https://shapeshift.io/images/coins/numeraire.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/numeraire.png\",\"status\":\"available\",\"minerFee\":0.01337},\"NVC\":{\"symbol\":\"NVC\",\"name\":\"Novacoin\",\"image\":\"https://shapeshift.io/images/coins/novacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/novacoin.png\",\"status\":\"unavailable\",\"minerFee\":0.1},\"NXT\":{\"symbol\":\"NXT\",\"name\":\"Nxt\",\"specialReturn\":false,\"image\":\"https://shapeshift.io/images/coins/nxt.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/nxt.png\",\"status\":\"unavailable\",\"minerFee\":1},\"POT\":{\"symbol\":\"POT\",\"name\":\"Potcoin\",\"image\":\"https://shapeshift.io/images/coins/potcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/potcoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"PPC\":{\"symbol\":\"PPC\",\"name\":\"Peercoin\",\"image\":\"https://shapeshift.io/images/coins/peercoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/peercoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"QTUM\":{\"symbol\":\"QTUM\",\"name\":\"Qtum\",\"image\":\"https://shapeshift.io/images/coins/qtum.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/qtum.png\",\"status\":\"available\",\"minerFee\":0.02},\"REP\":{\"symbol\":\"REP\",\"name\":\"Augur\",\"image\":\"https://shapeshift.io/images/coins/augur.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/augur.png\",\"status\":\"available\",\"minerFee\":0.027},\"RDD\":{\"symbol\":\"RDD\",\"name\":\"Reddcoin\",\"image\":\"https://shapeshift.io/images/coins/reddcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/reddcoin.png\",\"status\":\"available\",\"minerFee\":1},\"RCN\":{\"symbol\":\"RCN\",\"name\":\"RCN\",\"image\":\"https://shapeshift.io/images/coins/rcn.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/rcn.png\",\"status\":\"available\",\"minerFee\":25.4089},\"RLC\":{\"symbol\":\"RLC\",\"name\":\"iExec\",\"image\":\"https://shapeshift.io/images/coins/iexec.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/iexec.png\",\"status\":\"available\",\"minerFee\":1},\"SALT\":{\"symbol\":\"SALT\",\"name\":\"Salt\",\"image\":\"https://shapeshift.io/images/coins/salt.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/salt.png\",\"status\":\"unavailable\",\"minerFee\":3.08},\"SC\":{\"symbol\":\"SC\",\"name\":\"Siacoin\",\"image\":\"https://shapeshift.io/images/coins/siacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/siacoin.png\",\"status\":\"available\",\"minerFee\":5.588},\"SNT\":{\"symbol\":\"SNT\",\"name\":\"Status\",\"image\":\"https://shapeshift.io/images/coins/status.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/status.png\",\"status\":\"available\",\"minerFee\":20.13},\"STEEM\":{\"symbol\":\"STEEM\",\"name\":\"Steem\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"destTag\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/steem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/steem.png\",\"status\":\"unavailable\",\"minerFee\":null},\"SWT\":{\"symbol\":\"SWT\",\"name\":\"Swarm City\",\"image\":\"https://shapeshift.io/images/coins/swarmcity.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/swarmcity.png\",\"status\":\"available\",\"minerFee\":3.2027},\"TUSD\":{\"symbol\":\"TUSD\",\"name\":\"TrueUSD\",\"image\":\"https://shapeshift.io/images/coins/trueusd.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/trueusd.png\",\"status\":\"available\",\"minerFee\":0.35},\"VRC\":{\"symbol\":\"VRC\",\"name\":\"Vericoin\",\"image\":\"https://shapeshift.io/images/coins/vericoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/vericoin.png\",\"status\":\"unavailable\",\"minerFee\":0.0002},\"VTC\":{\"symbol\":\"VTC\",\"name\":\"Vertcoin\",\"image\":\"https://shapeshift.io/images/coins/vertcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/vertcoin.png\",\"status\":\"unavailable\",\"minerFee\":0.02},\"WAVES\":{\"symbol\":\"WAVES\",\"name\":\"Waves\",\"image\":\"https://shapeshift.io/images/coins/waves.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/waves.png\",\"status\":\"unavailable\",\"minerFee\":0},\"WINGS\":{\"symbol\":\"WINGS\",\"name\":\"Wings\",\"image\":\"https://shapeshift.io/images/coins/wings.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/wings.png\",\"status\":\"available\",\"minerFee\":6.2128},\"XMR\":{\"symbol\":\"XMR\",\"name\":\"Monero\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"Payment Id\",\"qrName\":\"tx_payment_id\",\"fieldKey\":\"paymentId\",\"image\":\"https://shapeshift.io/images/coins/monero.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/monero.png\",\"status\":\"available\",\"minerFee\":0.02},\"XRP\":{\"symbol\":\"XRP\",\"name\":\"Ripple\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"Destination Tag\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/ripple.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/ripple.png\",\"status\":\"available\",\"minerFee\":0.15},\"ZEC\":{\"symbol\":\"ZEC\",\"name\":\"Zcash\",\"image\":\"https://shapeshift.io/images/coins/zcash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/zcash.png\",\"status\":\"available\",\"minerFee\":0.0001},\"ZRX\":{\"symbol\":\"ZRX\",\"name\":\"0x\",\"image\":\"https://shapeshift.io/images/coins/0x.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/0x.png\",\"status\":\"available\",\"minerFee\":1.5242}}"},{"id":"dbcabfe4-a6c2-71e3-fcb6-6f719b8746ef","name":"shapeshift.io/getcoins","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"shapeshift.io/getcoins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Authorization, Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"public, no-store","description":""},{"name":"cf-ray","key":"cf-ray","value":"4e1b5fa38d589684-SJC","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 04 Jun 2019 16:44:49 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"2b42-bogSS9qFkHanMy41Zri1XZ5yP4U\"","description":""},{"name":"expect-ct","key":"expect-ct","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","description":""},{"name":"server","key":"server","value":"cloudflare","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"1023","body":"{\"ANT\":{\"symbol\":\"ANT\",\"name\":\"Aragon\",\"image\":\"https://shapeshift.io/images/coins/aragon.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/aragon.png\",\"status\":\"unavailable\",\"minerFee\":1.8671},\"BTC\":{\"symbol\":\"BTC\",\"name\":\"Bitcoin\",\"image\":\"https://shapeshift.io/images/coins/bitcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoin.png\",\"status\":\"available\",\"minerFee\":0.0015},\"BCH\":{\"symbol\":\"BCH\",\"name\":\"BitcoinCash\",\"image\":\"https://shapeshift.io/images/coins/bitcoincash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoincash.png\",\"status\":\"available\",\"minerFee\":0.0001},\"BTG\":{\"symbol\":\"BTG\",\"name\":\"Bitcoin Gold\",\"image\":\"https://shapeshift.io/images/coins/bitcoingold.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bitcoingold.png\",\"status\":\"unavailable\",\"minerFee\":0.001},\"BNT\":{\"symbol\":\"BNT\",\"name\":\"Bancor\",\"image\":\"https://shapeshift.io/images/coins/bancor.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/bancor.png\",\"status\":\"available\",\"minerFee\":0.79},\"BLK\":{\"symbol\":\"BLK\",\"name\":\"Blackcoin\",\"image\":\"https://shapeshift.io/images/coins/blackcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/blackcoin.png\",\"status\":\"available\",\"minerFee\":0.02},\"CVC\":{\"symbol\":\"CVC\",\"name\":\"Civic\",\"image\":\"https://shapeshift.io/images/coins/civic.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/civic.png\",\"status\":\"available\",\"minerFee\":7.4577},\"CLAM\":{\"symbol\":\"CLAM\",\"name\":\"Clams\",\"image\":\"https://shapeshift.io/images/coins/clams.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/clams.png\",\"status\":\"unavailable\",\"minerFee\":0.001},\"DAI\":{\"symbol\":\"DAI\",\"name\":\"Dai\",\"image\":\"https://shapeshift.io/images/coins/dai.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dai.png\",\"status\":\"available\",\"minerFee\":0.15},\"DASH\":{\"symbol\":\"DASH\",\"name\":\"Dash\",\"image\":\"https://shapeshift.io/images/coins/dash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dash.png\",\"status\":\"available\",\"minerFee\":0.002},\"DCR\":{\"symbol\":\"DCR\",\"name\":\"Decred\",\"image\":\"https://shapeshift.io/images/coins/decred.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/decred.png\",\"status\":\"unavailable\",\"minerFee\":0.03},\"DGB\":{\"symbol\":\"DGB\",\"name\":\"DigiByte\",\"image\":\"https://shapeshift.io/images/coins/digibyte.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/digibyte.png\",\"status\":\"available\",\"minerFee\":0.01},\"DNT\":{\"symbol\":\"DNT\",\"name\":\"district0x\",\"image\":\"https://shapeshift.io/images/coins/district0x.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/district0x.png\",\"status\":\"available\",\"minerFee\":95.772},\"DOGE\":{\"symbol\":\"DOGE\",\"name\":\"Dogecoin\",\"image\":\"https://shapeshift.io/images/coins/dogecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/dogecoin.png\",\"status\":\"available\",\"minerFee\":2},\"EDG\":{\"symbol\":\"EDG\",\"name\":\"Edgeless\",\"image\":\"https://shapeshift.io/images/coins/edgeless.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/edgeless.png\",\"status\":\"unavailable\",\"minerFee\":4.5482},\"ETH\":{\"symbol\":\"ETH\",\"name\":\"Ether\",\"image\":\"https://shapeshift.io/images/coins/ether.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/ether.png\",\"status\":\"available\",\"minerFee\":0.003},\"ETC\":{\"symbol\":\"ETC\",\"name\":\"Ether Classic\",\"image\":\"https://shapeshift.io/images/coins/etherclassic.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/etherclassic.png\",\"status\":\"available\",\"minerFee\":0.001},\"FCT\":{\"symbol\":\"FCT\",\"name\":\"Factoids\",\"image\":\"https://shapeshift.io/images/coins/factoids.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/factoids.png\",\"status\":\"unavailable\",\"minerFee\":0.1},\"GAME\":{\"symbol\":\"GAME\",\"name\":\"GameCredits\",\"image\":\"https://shapeshift.io/images/coins/game.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/game.png\",\"status\":\"unavailable\",\"minerFee\":0.2},\"GNT\":{\"symbol\":\"GNT\",\"name\":\"Golem\",\"image\":\"https://shapeshift.io/images/coins/golem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/golem.png\",\"status\":\"available\",\"minerFee\":5.7742},\"KMD\":{\"symbol\":\"KMD\",\"name\":\"Komodo\",\"image\":\"https://shapeshift.io/images/coins/komodo.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/komodo.png\",\"status\":\"available\",\"minerFee\":0.002},\"LBC\":{\"symbol\":\"LBC\",\"name\":\"LBRY Credits\",\"image\":\"https://shapeshift.io/images/coins/lbry.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/lbry.png\",\"status\":\"unavailable\",\"minerFee\":0.02},\"LTC\":{\"symbol\":\"LTC\",\"name\":\"Litecoin\",\"image\":\"https://shapeshift.io/images/coins/litecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/litecoin.png\",\"status\":\"available\",\"minerFee\":0.00075},\"MANA\":{\"symbol\":\"MANA\",\"name\":\"Decentraland\",\"image\":\"https://shapeshift.io/images/coins/decentraland.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/decentraland.png\",\"status\":\"unavailable\",\"minerFee\":10},\"MKR\":{\"symbol\":\"MKR\",\"name\":\"Maker\",\"image\":\"https://shapeshift.io/images/coins/maker.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/maker.png\",\"status\":\"available\",\"minerFee\":0.000217},\"MONA\":{\"symbol\":\"MONA\",\"name\":\"Monacoin\",\"image\":\"https://shapeshift.io/images/coins/monacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/monacoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"NEO\":{\"symbol\":\"NEO\",\"name\":\"Neo\",\"image\":\"https://shapeshift.io/images/coins/neo.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/neo.png\",\"status\":\"unavailable\",\"minerFee\":0},\"NMC\":{\"symbol\":\"NMC\",\"name\":\"Namecoin\",\"image\":\"https://shapeshift.io/images/coins/namecoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/namecoin.png\",\"status\":\"unavailable\",\"minerFee\":0.005},\"XEM\":{\"symbol\":\"XEM\",\"name\":\"NEM\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":false,\"fieldName\":\"Message\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/nem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/nem.png\",\"status\":\"unavailable\",\"minerFee\":4},\"NMR\":{\"symbol\":\"NMR\",\"name\":\"Numeraire\",\"image\":\"https://shapeshift.io/images/coins/numeraire.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/numeraire.png\",\"status\":\"available\",\"minerFee\":0.01337},\"NVC\":{\"symbol\":\"NVC\",\"name\":\"Novacoin\",\"image\":\"https://shapeshift.io/images/coins/novacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/novacoin.png\",\"status\":\"unavailable\",\"minerFee\":0.1},\"NXT\":{\"symbol\":\"NXT\",\"name\":\"Nxt\",\"specialReturn\":false,\"image\":\"https://shapeshift.io/images/coins/nxt.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/nxt.png\",\"status\":\"unavailable\",\"minerFee\":1},\"POT\":{\"symbol\":\"POT\",\"name\":\"Potcoin\",\"image\":\"https://shapeshift.io/images/coins/potcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/potcoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"PPC\":{\"symbol\":\"PPC\",\"name\":\"Peercoin\",\"image\":\"https://shapeshift.io/images/coins/peercoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/peercoin.png\",\"status\":\"unavailable\",\"minerFee\":0.01},\"QTUM\":{\"symbol\":\"QTUM\",\"name\":\"Qtum\",\"image\":\"https://shapeshift.io/images/coins/qtum.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/qtum.png\",\"status\":\"available\",\"minerFee\":0.02},\"REP\":{\"symbol\":\"REP\",\"name\":\"Augur\",\"image\":\"https://shapeshift.io/images/coins/augur.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/augur.png\",\"status\":\"available\",\"minerFee\":0.027},\"RDD\":{\"symbol\":\"RDD\",\"name\":\"Reddcoin\",\"image\":\"https://shapeshift.io/images/coins/reddcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/reddcoin.png\",\"status\":\"available\",\"minerFee\":1},\"RCN\":{\"symbol\":\"RCN\",\"name\":\"RCN\",\"image\":\"https://shapeshift.io/images/coins/rcn.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/rcn.png\",\"status\":\"available\",\"minerFee\":25.4089},\"RLC\":{\"symbol\":\"RLC\",\"name\":\"iExec\",\"image\":\"https://shapeshift.io/images/coins/iexec.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/iexec.png\",\"status\":\"available\",\"minerFee\":1},\"SALT\":{\"symbol\":\"SALT\",\"name\":\"Salt\",\"image\":\"https://shapeshift.io/images/coins/salt.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/salt.png\",\"status\":\"unavailable\",\"minerFee\":3.08},\"SC\":{\"symbol\":\"SC\",\"name\":\"Siacoin\",\"image\":\"https://shapeshift.io/images/coins/siacoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/siacoin.png\",\"status\":\"available\",\"minerFee\":5.588},\"SNT\":{\"symbol\":\"SNT\",\"name\":\"Status\",\"image\":\"https://shapeshift.io/images/coins/status.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/status.png\",\"status\":\"available\",\"minerFee\":20.13},\"STEEM\":{\"symbol\":\"STEEM\",\"name\":\"Steem\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"destTag\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/steem.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/steem.png\",\"status\":\"unavailable\",\"minerFee\":null},\"SWT\":{\"symbol\":\"SWT\",\"name\":\"Swarm City\",\"image\":\"https://shapeshift.io/images/coins/swarmcity.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/swarmcity.png\",\"status\":\"available\",\"minerFee\":3.2027},\"TUSD\":{\"symbol\":\"TUSD\",\"name\":\"TrueUSD\",\"image\":\"https://shapeshift.io/images/coins/trueusd.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/trueusd.png\",\"status\":\"available\",\"minerFee\":0.35},\"VRC\":{\"symbol\":\"VRC\",\"name\":\"Vericoin\",\"image\":\"https://shapeshift.io/images/coins/vericoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/vericoin.png\",\"status\":\"unavailable\",\"minerFee\":0.0002},\"VTC\":{\"symbol\":\"VTC\",\"name\":\"Vertcoin\",\"image\":\"https://shapeshift.io/images/coins/vertcoin.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/vertcoin.png\",\"status\":\"unavailable\",\"minerFee\":0.02},\"WAVES\":{\"symbol\":\"WAVES\",\"name\":\"Waves\",\"image\":\"https://shapeshift.io/images/coins/waves.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/waves.png\",\"status\":\"unavailable\",\"minerFee\":0},\"WINGS\":{\"symbol\":\"WINGS\",\"name\":\"Wings\",\"image\":\"https://shapeshift.io/images/coins/wings.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/wings.png\",\"status\":\"available\",\"minerFee\":6.2128},\"XMR\":{\"symbol\":\"XMR\",\"name\":\"Monero\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"Payment Id\",\"qrName\":\"tx_payment_id\",\"fieldKey\":\"paymentId\",\"image\":\"https://shapeshift.io/images/coins/monero.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/monero.png\",\"status\":\"available\",\"minerFee\":0.02},\"XRP\":{\"symbol\":\"XRP\",\"name\":\"Ripple\",\"specialReturn\":false,\"specialOutgoing\":true,\"specialIncoming\":true,\"fieldName\":\"Destination Tag\",\"fieldKey\":\"destTag\",\"image\":\"https://shapeshift.io/images/coins/ripple.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/ripple.png\",\"status\":\"available\",\"minerFee\":0.15},\"ZEC\":{\"symbol\":\"ZEC\",\"name\":\"Zcash\",\"image\":\"https://shapeshift.io/images/coins/zcash.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/zcash.png\",\"status\":\"available\",\"minerFee\":0.0001},\"ZRX\":{\"symbol\":\"ZRX\",\"name\":\"0x\",\"image\":\"https://shapeshift.io/images/coins/0x.png\",\"imageSmall\":\"https://shapeshift.io/images/coins-sm/0x.png\",\"status\":\"available\",\"minerFee\":1.5242}}"}],"_postman_id":"6282b27b-3ed2-8e7e-b449-602a222c22c6"}],"id":"555f01cb-8262-4ed3-b9d2-5f582d28a02a","description":"The asset price is a volume-weighted average calculated by collecting ticker data from exchanges. Each exchange contributes to this price in relation to their volume, meaning higher volume exchanges have more affect on this global price. All values are translated into USD (United States Dollar) and can be translated into other units of measurement through the /rates endpoint.","event":[{"listen":"prerequest","script":{"id":"2a32edd7-dce4-4c74-ba6c-39aa4b2c5e4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9f23467-0141-476a-ade4-32abd2909df3","type":"text/javascript","exec":[""]}}],"_postman_id":"555f01cb-8262-4ed3-b9d2-5f582d28a02a"},{"name":"Rates","item":[{"name":"/rates","id":"8beb6be2-24f2-40c5-b361-8a90eea57e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/rates","description":"### Response\n\n| Key       \t\t| Description |\n|-------------------|-------------|\n| id\t\t    \t| unique identifier for asset or fiat |\n| symbol\t\t\t| most common symbol used to identify asset or fiat |\n| currencySymbol\t| currency symbol used to identify asset or fiat |\n| rateUsd\t\t\t| rate conversion to USD |\n| type\t\t\t\t| type of currency - fiat or crypto |"},"response":[{"id":"7d87fafa-7432-440f-94ed-6cf20a5b2351","name":"/rates","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:45:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3b6d-dA6e0L15rED7pa/KGbqmW4/ivHY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"barbadian-dollar\",\n            \"symbol\": \"BBD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5000000000000000\"\n        },\n        {\n            \"id\": \"malawian-kwacha\",\n            \"symbol\": \"MWK\",\n            \"currencySymbol\": \"MK\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0013750106599420\"\n        },\n        {\n            \"id\": \"south-african-rand\",\n            \"symbol\": \"ZAR\",\n            \"currencySymbol\": \"R\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0657544075508153\"\n        },\n        {\n            \"id\": \"salvadoran-colón\",\n            \"symbol\": \"SVC\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1141724552101458\"\n        },\n        {\n            \"id\": \"indian-rupee\",\n            \"symbol\": \"INR\",\n            \"currencySymbol\": \"₹\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0138666177526348\"\n        },\n        {\n            \"id\": \"chinese-yuan-renminbi\",\n            \"symbol\": \"CNY\",\n            \"currencySymbol\": \"¥\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1461518225132267\"\n        },\n        {\n            \"id\": \"chilean-unit-of-account-(uf)\",\n            \"symbol\": \"CLF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"42.7715996578272000\"\n        },\n        {\n            \"id\": \"bosnia-herzegovina-convertible-mark\",\n            \"symbol\": \"BAM\",\n            \"currencySymbol\": \"KM\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5939346208648044\"\n        },\n        {\n            \"id\": \"cfa-franc-beac\",\n            \"symbol\": \"XAF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0017625469344657\"\n        },\n        {\n            \"id\": \"armenian-dram\",\n            \"symbol\": \"AMD\",\n            \"currencySymbol\": \"֏\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0020622927698666\"\n        },\n        {\n            \"id\": \"czech-republic-koruna\",\n            \"symbol\": \"CZK\",\n            \"currencySymbol\": \"Kč\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0450114162455023\"\n        },\n        {\n            \"id\": \"kazakhstani-tenge\",\n            \"symbol\": \"KZT\",\n            \"currencySymbol\": \"лв\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0026603811366835\"\n        },\n        {\n            \"id\": \"chilean-peso\",\n            \"symbol\": \"CLP\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0014478065730418\"\n        },\n        {\n            \"id\": \"bahraini-dinar\",\n            \"symbol\": \"BHD\",\n            \"currencySymbol\": \"BD\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"2.6527450605886970\"\n        },\n        {\n            \"id\": \"guyanaese-dollar\",\n            \"symbol\": \"GYD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0047799133586213\"\n        },\n        {\n            \"id\": \"dominican-peso\",\n            \"symbol\": \"DOP\",\n            \"currencySymbol\": \"RD$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0199700449326011\"\n        },\n        {\n            \"id\": \"cuban-peso\",\n            \"symbol\": \"CUP\",\n            \"currencySymbol\": \"₱\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0392156862745098\"\n        },\n        {\n            \"id\": \"swazi-lilangeni\",\n            \"symbol\": \"SZL\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0660391320159891\"\n        },\n        {\n            \"id\": \"cfa-franc-bceao\",\n            \"symbol\": \"XOF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0017625469344657\"\n        },\n        {\n            \"id\": \"cambodian-riel\",\n            \"symbol\": \"KHR\",\n            \"currencySymbol\": \"៛\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0002450124608070\"\n        },\n        {\n            \"id\": \"thai-baht\",\n            \"symbol\": \"THB\",\n            \"currencySymbol\": \"฿\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0304601001168663\"\n        },\n        {\n            \"id\": \"moldovan-leu\",\n            \"symbol\": \"MDL\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0596646465012890\"\n        },\n        {\n            \"id\": \"eritrean-nakfa\",\n            \"symbol\": \"ERN\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0666647422777729\"\n        },\n        {\n            \"id\": \"mongolian-tugrik\",\n            \"symbol\": \"MNT\",\n            \"currencySymbol\": \"₮\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0004094724629210\"\n        },\n        {\n            \"id\": \"euro\",\n            \"symbol\": \"EUR\",\n            \"currencySymbol\": \"€\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.1561549062589602\"\n        },\n        {\n            \"id\": \"azerbaijani-manat\",\n            \"symbol\": \"AZN\",\n            \"currencySymbol\": \"₼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5873715124816447\"\n        },\n        {\n            \"id\": \"costa-rican-colón\",\n            \"symbol\": \"CRC\",\n            \"currencySymbol\": \"₡\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0017096221980615\"\n        },\n        {\n            \"id\": \"mozambican-metical\",\n            \"symbol\": \"MZN\",\n            \"currencySymbol\": \"MT\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0166071576849622\"\n        },\n        {\n            \"id\": \"gibraltar-pound\",\n            \"symbol\": \"GIP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"manx-pound\",\n            \"symbol\": \"IMP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"sierra-leonean-leone\",\n            \"symbol\": \"SLL\",\n            \"currencySymbol\": \"Le\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0001191895113230\"\n        },\n        {\n            \"id\": \"ugandan-shilling\",\n            \"symbol\": \"UGX\",\n            \"currencySymbol\": \"UGX\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0002645445032889\"\n        },\n        {\n            \"id\": \"argentine-peso\",\n            \"symbol\": \"ARS\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0270515196191146\"\n        },\n        {\n            \"id\": \"north-korean-won\",\n            \"symbol\": \"KPW\",\n            \"currencySymbol\": \"₩\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0011111111111111\"\n        },\n        {\n            \"id\": \"russian-ruble\",\n            \"symbol\": \"RUB\",\n            \"currencySymbol\": \"₽\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0143153880400659\"\n        },\n        {\n            \"id\": \"canadian-dollar\",\n            \"symbol\": \"CAD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.7590812687587958\"\n        },\n        {\n            \"id\": \"australian-dollar\",\n            \"symbol\": \"AUD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.7102020524839316\"\n        },\n        {\n            \"id\": \"israeli-new-sheqel\",\n            \"symbol\": \"ILS\",\n            \"currencySymbol\": \"₪\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2784549647824083\"\n        },\n        {\n            \"id\": \"saint-helena-pound\",\n            \"symbol\": \"SHP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"zimbabwean-dollar\",\n            \"symbol\": \"ZWL\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0031021698620345\"\n        },\n        {\n            \"id\": \"fijian-dollar\",\n            \"symbol\": \"FJD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.4704215400378125\"\n        },\n        {\n            \"id\": \"surinamese-dollar\",\n            \"symbol\": \"SRD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1340842048806651\"\n        },\n        {\n            \"id\": \"icelandic-króna\",\n            \"symbol\": \"ISK\",\n            \"currencySymbol\": \"kr\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0089261582576260\"\n        },\n        {\n            \"id\": \"lebanese-pound\",\n            \"symbol\": \"LBP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0006604365485586\"\n        },\n        {\n            \"id\": \"uruguayan-peso\",\n            \"symbol\": \"UYU\",\n            \"currencySymbol\": \"$U\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0307276586107964\"\n        },\n        {\n            \"id\": \"hong-kong-dollar\",\n            \"symbol\": \"HKD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1273908069698058\"\n        },\n        {\n            \"id\": \"bolivian-boliviano\",\n            \"symbol\": \"BOB\",\n            \"currencySymbol\": \"$b\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1445647833826829\"\n        },\n        {\n            \"id\": \"serbian-dinar\",\n            \"symbol\": \"RSD\",\n            \"currencySymbol\": \"Дин.\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0097743067607140\"\n        },\n        {\n            \"id\": \"peruvian-nuevo-sol\",\n            \"symbol\": \"PEN\",\n            \"currencySymbol\": \"S/.\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.3012334001569426\"\n        },\n        {\n            \"id\": \"mexican-peso\",\n            \"symbol\": \"MXN\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0517694272541185\"\n        },\n        {\n            \"id\": \"tanzanian-shilling\",\n            \"symbol\": \"TZS\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0004377900358988\"\n        },\n        {\n            \"id\": \"comorian-franc\",\n            \"symbol\": \"KMF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0023469122956340\"\n        },\n        {\n            \"id\": \"guatemalan-quetzal\",\n            \"symbol\": \"GTQ\",\n            \"currencySymbol\": \"Q\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1310420886221921\"\n        },\n        {\n            \"id\": \"japanese-yen\",\n            \"symbol\": \"JPY\",\n            \"currencySymbol\": \"¥\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0090053581881219\"\n        },\n        {\n            \"id\": \"congolese-franc\",\n            \"symbol\": \"CDF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0006085056296233\"\n        },\n        {\n            \"id\": \"indonesian-rupiah\",\n            \"symbol\": \"IDR\",\n            \"currencySymbol\": \"Rp\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0000694494405456\"\n        },\n        {\n            \"id\": \"danish-krone\",\n            \"symbol\": \"DKK\",\n            \"currencySymbol\": \"kr\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1550442884009818\"\n        },\n        {\n            \"id\": \"bangladeshi-taka\",\n            \"symbol\": \"BDT\",\n            \"currencySymbol\": \"Tk\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0119183313506593\"\n        },\n        {\n            \"id\": \"georgian-lari\",\n            \"symbol\": \"GEL\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.4086653398665299\"\n        },\n        {\n            \"id\": \"south-korean-won\",\n            \"symbol\": \"KRW\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0008867685268114\"\n        },\n        {\n            \"id\": \"somali-shilling\",\n            \"symbol\": \"SOS\",\n            \"currencySymbol\": \"S\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0017270534503614\"\n        },\n        {\n            \"id\": \"maldivian-rufiyaa\",\n            \"symbol\": \"MVR\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0646830697756972\"\n        },\n        {\n            \"id\": \"east-caribbean-dollar\",\n            \"symbol\": \"XCD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.3700209061811993\"\n        },\n        {\n            \"id\": \"vietnamese-dong\",\n            \"symbol\": \"VND\",\n            \"currencySymbol\": \"₫\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0000432560233228\"\n        },\n        {\n            \"id\": \"lesotho-loti\",\n            \"symbol\": \"LSL\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0660617000423588\"\n        },\n        {\n            \"id\": \"saudi-riyal\",\n            \"symbol\": \"SAR\",\n            \"currencySymbol\": \"﷼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2665280720691907\"\n        },\n        {\n            \"id\": \"botswanan-pula\",\n            \"symbol\": \"BWP\",\n            \"currencySymbol\": \"P\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0915542319661967\"\n        },\n        {\n            \"id\": \"cayman-islands-dollar\",\n            \"symbol\": \"KYD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.1987849116135885\"\n        },\n        {\n            \"id\": \"libyan-dinar\",\n            \"symbol\": \"LYD\",\n            \"currencySymbol\": \"LD\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.7233069012881372\"\n        },\n        {\n            \"id\": \"paraguayan-guarani\",\n            \"symbol\": \"PYG\",\n            \"currencySymbol\": \"Gs\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0001710713139170\"\n        },\n        {\n            \"id\": \"belarusian-ruble\",\n            \"symbol\": \"BYN\",\n            \"currencySymbol\": \"Br\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.4678920760137467\"\n        },\n        {\n            \"id\": \"waves\",\n            \"symbol\": \"WAVES\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"1.8858315707507558\"\n        },\n        {\n            \"id\": \"croatian-kuna\",\n            \"symbol\": \"HRK\",\n            \"currencySymbol\": \"kn\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1556638283961956\"\n        },\n        {\n            \"id\": \"qtum\",\n            \"symbol\": \"QTUM\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"3.9483242573352104\"\n        },\n        {\n            \"id\": \"binance-coin\",\n            \"symbol\": \"BNB\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"9.9474321239195151\"\n        },\n        {\n            \"id\": \"special-drawing-rights\",\n            \"symbol\": \"XDR\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.4015377672382139\"\n        },\n        {\n            \"id\": \"brazilian-real\",\n            \"symbol\": \"BRL\",\n            \"currencySymbol\": \"R$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2463187660415097\"\n        },\n        {\n            \"id\": \"papua-new-guinean-kina\",\n            \"symbol\": \"PGK\",\n            \"currencySymbol\": \"K\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.3005046976396859\"\n        },\n        {\n            \"id\": \"iranian-rial\",\n            \"symbol\": \"IRR\",\n            \"currencySymbol\": \"﷼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0000231669326624\"\n        },\n        {\n            \"id\": \"burundian-franc\",\n            \"symbol\": \"BIF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0005643347943820\"\n        },\n        {\n            \"id\": \"yemeni-rial\",\n            \"symbol\": \"YER\",\n            \"currencySymbol\": \"﷼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0039944193328394\"\n        },\n        {\n            \"id\": \"malagasy-ariary\",\n            \"symbol\": \"MGA\",\n            \"currencySymbol\": \"Ar\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0002940736753465\"\n        },\n        {\n            \"id\": \"ethiopian-birr\",\n            \"symbol\": \"ETB\",\n            \"currencySymbol\": \"Br\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0363161915703800\"\n        },\n        {\n            \"id\": \"bitcoin\",\n            \"symbol\": \"BTC\",\n            \"currencySymbol\": \"₿\",\n            \"type\": \"crypto\",\n            \"rateUsd\": \"6441.6817435327728704\"\n        },\n        {\n            \"id\": \"silver-ounce\",\n            \"symbol\": \"XAG\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"14.1504721588045220\"\n        },\n        {\n            \"id\": \"mauritian-rupee\",\n            \"symbol\": \"MUR\",\n            \"currencySymbol\": \"₨\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0290761067093116\"\n        },\n        {\n            \"id\": \"romanian-leu\",\n            \"symbol\": \"RON\",\n            \"currencySymbol\": \"lei\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2492976661500388\"\n        },\n        {\n            \"id\": \"macanese-pataca\",\n            \"symbol\": \"MOP\",\n            \"currencySymbol\": \"MOP$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1235538485355842\"\n        },\n        {\n            \"id\": \"dogecoin\",\n            \"symbol\": \"DOGE\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"0.0051960080280714\"\n        },\n        {\n            \"id\": \"british-pound-sterling\",\n            \"symbol\": \"GBP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"solomon-islands-dollar\",\n            \"symbol\": \"SBD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1267570106133645\"\n        },\n        {\n            \"id\": \"myanma-kyat\",\n            \"symbol\": \"MMK\",\n            \"currencySymbol\": \"K\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0006475705405891\"\n        },\n        {\n            \"id\": \"cfp-franc\",\n            \"symbol\": \"XPF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0096885789413447\"\n        },\n        {\n            \"id\": \"platinum-ounce\",\n            \"symbol\": \"XPT\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"780.9754383224647000\"\n        },\n        {\n            \"id\": \"jersey-pound\",\n            \"symbol\": \"JEP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"jordanian-dinar\",\n            \"symbol\": \"JOD\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.4094373103425920\"\n        },\n        {\n            \"id\": \"kenyan-shilling\",\n            \"symbol\": \"KES\",\n            \"currencySymbol\": \"KSh\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0099304865938431\"\n        },\n        {\n            \"id\": \"belize-dollar\",\n            \"symbol\": \"BZD\",\n            \"currencySymbol\": \"BZ$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.4970361732986204\"\n        },\n        {\n            \"id\": \"nepalese-rupee\",\n            \"symbol\": \"NPR\",\n            \"currencySymbol\": \"₨\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0087080658625505\"\n        },\n        {\n            \"id\": \"dash\",\n            \"symbol\": \"DASH\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"185.6311972814362935\"\n        },\n        {\n            \"id\": \"rwandan-franc\",\n            \"symbol\": \"RWF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0011343002462534\"\n        },\n        {\n            \"id\": \"mauritanian-ouguiya\",\n            \"symbol\": \"MRU\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0278164116828929\"\n        },\n        {\n            \"id\": \"namibian-dollar\",\n            \"symbol\": \"NAD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0693721817551162\"\n        },\n        {\n            \"id\": \"hungarian-forint\",\n            \"symbol\": \"HUF\",\n            \"currencySymbol\": \"Ft\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0035564407141333\"\n        },\n        {\n            \"id\": \"turkish-lira\",\n            \"symbol\": \"TRY\",\n            \"currencySymbol\": \"Kr\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1564697911597698\"\n        },\n        {\n            \"id\": \"tajikistani-somoni\",\n            \"symbol\": \"TJS\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1060163089128653\"\n        },\n        {\n            \"id\": \"new-taiwan-dollar\",\n            \"symbol\": \"TWD\",\n            \"currencySymbol\": \"NT$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0324400690000268\"\n        },\n        {\n            \"id\": \"trinidad-and-tobago-dollar\",\n            \"symbol\": \"TTD\",\n            \"currencySymbol\": \"TT$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1482107260102414\"\n        },\n        {\n            \"id\": \"iraqi-dinar\",\n            \"symbol\": \"IQD\",\n            \"currencySymbol\": \"د.ع\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0008372743789510\"\n        },\n        {\n            \"id\": \"macedonian-denar\",\n            \"symbol\": \"MKD\",\n            \"currencySymbol\": \"ден\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0187740542570168\"\n        },\n        {\n            \"id\": \"vanuatu-vatu\",\n            \"symbol\": \"VUV\",\n            \"currencySymbol\": \"VT\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0092166234153571\"\n        },\n        {\n            \"id\": \"omani-rial\",\n            \"symbol\": \"OMR\",\n            \"currencySymbol\": \"﷼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"2.5973688653394110\"\n        },\n        {\n            \"id\": \"malaysian-ringgit\",\n            \"symbol\": \"MYR\",\n            \"currencySymbol\": \"RM\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2408549193533431\"\n        },\n        {\n            \"id\": \"ethereum\",\n            \"symbol\": \"ETH\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"216.8851874308141457\"\n        },\n        {\n            \"id\": \"litecoin\",\n            \"symbol\": \"LTC\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"56.2516528085175540\"\n        },\n        {\n            \"id\": \"zambian-kwacha\",\n            \"symbol\": \"ZMW\",\n            \"currencySymbol\": \"ZK\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0974753874646652\"\n        },\n        {\n            \"id\": \"kyrgystani-som\",\n            \"symbol\": \"KGS\",\n            \"currencySymbol\": \"лв\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0146762102931278\"\n        },\n        {\n            \"id\": \"singapore-dollar\",\n            \"symbol\": \"SGD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.7252441534442570\"\n        },\n        {\n            \"id\": \"gambian-dalasi\",\n            \"symbol\": \"GMD\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0208181534297908\"\n        },\n        {\n            \"id\": \"angolan-kwanza\",\n            \"symbol\": \"AOA\",\n            \"currencySymbol\": \"Kz\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0035346742709292\"\n        },\n        {\n            \"id\": \"ghanaian-cedi\",\n            \"symbol\": \"GHS\",\n            \"currencySymbol\": \"¢\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2118958320089844\"\n        },\n        {\n            \"id\": \"liberian-dollar\",\n            \"symbol\": \"LRD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0064829836007873\"\n        },\n        {\n            \"id\": \"united-arab-emirates-dirham\",\n            \"symbol\": \"AED\",\n            \"currencySymbol\": \"فلس\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2722349234938195\"\n        },\n        {\n            \"id\": \"afghan-afghani\",\n            \"symbol\": \"AFN\",\n            \"currencySymbol\": \"؋ \",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0135083109883356\"\n        },\n        {\n            \"id\": \"são-tomé-and-príncipe-dobra-(pre-2018)\",\n            \"symbol\": \"STD\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0000475045850725\"\n        },\n        {\n            \"id\": \"bitcoin-cash\",\n            \"symbol\": \"BCH\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"496.9652874719680902\"\n        },\n        {\n            \"id\": \"panamanian-balboa\",\n            \"symbol\": \"PAB\",\n            \"currencySymbol\": \"B/.\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.0000000000000000\"\n        },\n        {\n            \"id\": \"honduran-lempira\",\n            \"symbol\": \"HNL\",\n            \"currencySymbol\": \"L\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0416197386771524\"\n        },\n        {\n            \"id\": \"guernsey-pound\",\n            \"symbol\": \"GGP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"colombian-peso\",\n            \"symbol\": \"COP\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0003268315640851\"\n        },\n        {\n            \"id\": \"egyptian-pound\",\n            \"symbol\": \"EGP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0559049615653389\"\n        },\n        {\n            \"id\": \"aruban-florin\",\n            \"symbol\": \"AWG\",\n            \"currencySymbol\": \"ƒ\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5578816119431296\"\n        },\n        {\n            \"id\": \"polish-zloty\",\n            \"symbol\": \"PLN\",\n            \"currencySymbol\": \"zł\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2675764265168239\"\n        },\n        {\n            \"id\": \"bulgarian-lev\",\n            \"symbol\": \"BGN\",\n            \"currencySymbol\": \"лв\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5910675507461046\"\n        },\n        {\n            \"id\": \"laotian-kip\",\n            \"symbol\": \"LAK\",\n            \"currencySymbol\": \"₭\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0001172360213331\"\n        },\n        {\n            \"id\": \"nigerian-naira\",\n            \"symbol\": \"NGN\",\n            \"currencySymbol\": \"₦\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0027793218454697\"\n        },\n        {\n            \"id\": \"djiboutian-franc\",\n            \"symbol\": \"DJF\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0056163998876720\"\n        },\n        {\n            \"id\": \"ves\",\n            \"symbol\": \"VES\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"0.0166309547403701\"\n        },\n        {\n            \"id\": \"bermudan-dollar\",\n            \"symbol\": \"BMD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.0000000000000000\"\n        },\n        {\n            \"id\": \"zcash\",\n            \"symbol\": \"ZEC\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"125.9072302353086285\"\n        },\n        {\n            \"id\": \"swedish-krona\",\n            \"symbol\": \"SEK\",\n            \"currencySymbol\": \"kr\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1101527212403637\"\n        },\n        {\n            \"id\": \"united-states-dollar\",\n            \"symbol\": \"USD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.0000000000000000\"\n        },\n        {\n            \"id\": \"tether\",\n            \"symbol\": \"USDT\",\n            \"currencySymbol\": null,\n            \"type\": \"crypto\",\n            \"rateUsd\": \"1.0003322560439686\"\n        },\n        {\n            \"id\": \"new-zealand-dollar\",\n            \"symbol\": \"NZD\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.6533850901442739\"\n        },\n        {\n            \"id\": \"kuwaiti-dinar\",\n            \"symbol\": \"KWD\",\n            \"currencySymbol\": \"ك\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"3.3007766727510988\"\n        },\n        {\n            \"id\": \"cape-verdean-escudo\",\n            \"symbol\": \"CVE\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0105360200184380\"\n        },\n        {\n            \"id\": \"swiss-franc\",\n            \"symbol\": \"CHF\",\n            \"currencySymbol\": \"CHF\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.0316106123846918\"\n        },\n        {\n            \"id\": \"uzbekistan-som\",\n            \"symbol\": \"UZS\",\n            \"currencySymbol\": \"лв\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0001273985996835\"\n        },\n        {\n            \"id\": \"jamaican-dollar\",\n            \"symbol\": \"JMD\",\n            \"currencySymbol\": \"J$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0073067249057456\"\n        },\n        {\n            \"id\": \"algerian-dinar\",\n            \"symbol\": \"DZD\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0084575110923430\"\n        },\n        {\n            \"id\": \"chinese-yuan-(offshore)\",\n            \"symbol\": \"CNH\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1456152623433689\"\n        },\n        {\n            \"id\": \"tunisian-dinar\",\n            \"symbol\": \"TND\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.3595045452159651\"\n        },\n        {\n            \"id\": \"norwegian-krone\",\n            \"symbol\": \"NOK\",\n            \"currencySymbol\": \"kr\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.1182812690728547\"\n        },\n        {\n            \"id\": \"falkland-islands-pound\",\n            \"symbol\": \"FKP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.2918094116066492\"\n        },\n        {\n            \"id\": \"venezuelan-bolívar-fuerte\",\n            \"symbol\": \"VEF\",\n            \"currencySymbol\": \"Bs\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0000040246030600\"\n        },\n        {\n            \"id\": \"mauritanian-ouguiya-(pre-2018)\",\n            \"symbol\": \"MRO\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0028011204481793\"\n        },\n        {\n            \"id\": \"pakistani-rupee\",\n            \"symbol\": \"PKR\",\n            \"currencySymbol\": \"₨\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0081155656549261\"\n        },\n        {\n            \"id\": \"sri-lankan-rupee\",\n            \"symbol\": \"LKR\",\n            \"currencySymbol\": \"₨\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0061716965993952\"\n        },\n        {\n            \"id\": \"philippine-peso\",\n            \"symbol\": \"PHP\",\n            \"currencySymbol\": \"₱\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0185959997847327\"\n        },\n        {\n            \"id\": \"netherlands-antillean-guilder\",\n            \"symbol\": \"ANG\",\n            \"currencySymbol\": \"ƒ\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.5414836000862042\"\n        },\n        {\n            \"id\": \"brunei-dollar\",\n            \"symbol\": \"BND\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.6618444678737386\"\n        },\n        {\n            \"id\": \"samoan-tala\",\n            \"symbol\": \"WST\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.3863192008755538\"\n        },\n        {\n            \"id\": \"haitian-gourde\",\n            \"symbol\": \"HTG\",\n            \"currencySymbol\": \"G\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0144516259712251\"\n        },\n        {\n            \"id\": \"ukrainian-hryvnia\",\n            \"symbol\": \"UAH\",\n            \"currencySymbol\": \"₴\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0353606789250354\"\n        },\n        {\n            \"id\": \"cuban-convertible-peso\",\n            \"symbol\": \"CUC\",\n            \"currencySymbol\": \"$\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"1.0000000000000000\"\n        },\n        {\n            \"id\": \"syrian-pound\",\n            \"symbol\": \"SYP\",\n            \"currencySymbol\": \"£\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0019417099074136\"\n        },\n        {\n            \"id\": \"guinean-franc\",\n            \"symbol\": \"GNF\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0001104760909071\"\n        },\n        {\n            \"id\": \"qatari-rial\",\n            \"symbol\": \"QAR\",\n            \"currencySymbol\": \"﷼\",\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.2746498969101612\"\n        },\n        {\n            \"id\": \"sudanese-pound\",\n            \"symbol\": \"SDG\",\n            \"currencySymbol\": null,\n            \"type\": \"fiat\",\n            \"rateUsd\": \"0.0553074310566601\"\n        }\n    ],\n    \"timestamp\": 1536347807471\n}"}],"_postman_id":"8beb6be2-24f2-40c5-b361-8a90eea57e6f"},{"name":"/rates/{{id}}","id":"495dbf8b-5e84-4bdf-b4dc-9fe4558a7aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/rates/bitcoin","description":"### Request\n\n| Key       | Required | Value   | Description |\n|-----------|----------|---------|-------------|\n| id    \t| required | bitcoin | search by asset id |\n\n### Response\n\n| Key       \t\t| Description |\n|-------------------|-------------|\n| id\t\t    \t| unique identifier for asset or fiat |\n| symbol\t\t\t| most common symbol used to identify asset or fiat |\n| currencySymbol\t| currency symbol used to identify asset or fiat |\n| rateUsd\t\t\t| rate conversion to USD |\n| type\t\t\t\t| type of currency - fiat or crypto |"},"response":[{"id":"b6dc229b-f74c-45db-80d5-119f9081aace","name":"/rates/{{id}}","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/rates/bitcoin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"132","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:45:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"84-9X9ywyh7j+OHxRpjm1V4x2lwqcM\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"bitcoin\",\n        \"symbol\": \"BTC\",\n        \"currencySymbol\": \"₿\",\n        \"type\": \"crypto\",\n        \"rateUsd\": \"6444.3132749056076909\"\n    },\n    \"timestamp\": 1536347871542\n}"}],"_postman_id":"495dbf8b-5e84-4bdf-b4dc-9fe4558a7aab"}],"id":"d4e4a30b-61c6-47ec-8e64-3817b2ae759c","description":"All prices on the CoinCap API are standardized in USD (United States Dollar). To make translating to other values easy, CoinCap now offers a Rates endpoint. We offer fiat and top cryptocurrency translated rates. Fiat rates are available through OpenExchangeRates.org.","event":[{"listen":"prerequest","script":{"id":"b1a0059d-bd13-40a8-87a9-c9a551a15436","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a15729f3-b98c-4269-8eb6-c6a44d101a80","type":"text/javascript","exec":[""]}}],"_postman_id":"d4e4a30b-61c6-47ec-8e64-3817b2ae759c"},{"name":"Exchanges","item":[{"name":"/exchanges","id":"fb088d40-7d41-403b-b070-7db0eec71d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/exchanges","description":"### Response\n\n| Key   \t\t\t | Description |\n|--------------------|-------------|\n| id\t\t\t\t | unique identifier for exchange |\n| name\t\t\t\t | proper name of exchange |\n| rank\t\t\t\t | rank is in ascending order - this number is directly associated with the total exchange volume whereas the highest volume exchange receives rank 1 |\n| percentTotalVolume | the amount of daily volume a single exchange transacts in relation to total daily volume of all exchanges |\n| volumeUsd \t\t | daily volume represented in USD |\n| tradingPairs\t\t | number of trading pairs (or markets) offered by exchange |\n| socket\t\t\t | true/false, true = trade socket available, false = trade socket unavailable |\n| exchangeUrl\t\t | website to exchange |\n| updated\t\t\t | UNIX timestamp (milliseconds) since information was received from this exchange |"},"response":[{"id":"b9659835-3374-4664-a209-88f3e708a4f3","name":"/exchanges","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/exchanges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:45:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2ee2-1TZoAlTYXNQ+Opa6AWQjcICjRXo\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"okex\",\n            \"name\": \"Okex\",\n            \"rank\": \"1\",\n            \"percentTotalVolume\": \"21.379485735166293542000000000000000000\",\n            \"volumeUsd\": \"616465445.1646260280799955\",\n            \"tradingPairs\": \"22\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.okex.com/\",\n            \"updated\": 1536343139514\n        },\n        {\n            \"id\": \"bithumb\",\n            \"name\": \"Bithumb\",\n            \"rank\": \"2\",\n            \"percentTotalVolume\": \"15.172929246645476514000000000000000000\",\n            \"volumeUsd\": \"437502880.0201364436175560\",\n            \"tradingPairs\": \"42\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.bithumb.com/\",\n            \"updated\": 1536343090523\n        },\n        {\n            \"id\": \"quoine\",\n            \"name\": \"Quoine\",\n            \"rank\": \"3\",\n            \"percentTotalVolume\": \"4.113381403841727665000000000000000000\",\n            \"volumeUsd\": \"118607038.9934691014504539\",\n            \"tradingPairs\": \"21\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://quoine.com/\",\n            \"updated\": 1536343138230\n        },\n        {\n            \"id\": \"kraken\",\n            \"name\": \"Kraken\",\n            \"rank\": \"4\",\n            \"percentTotalVolume\": \"2.946801735133553120000000000000000000\",\n            \"volumeUsd\": \"84969370.4499608426167365\",\n            \"tradingPairs\": \"52\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://kraken.com\",\n            \"updated\": 1536343139468\n        },\n        {\n            \"id\": \"lbank\",\n            \"name\": \"LBank\",\n            \"rank\": \"5\",\n            \"percentTotalVolume\": \"2.775932826513689562000000000000000000\",\n            \"volumeUsd\": \"80042461.5840531435188058\",\n            \"tradingPairs\": \"17\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.lbank.info\",\n            \"updated\": 1536343138224\n        },\n        {\n            \"id\": \"bitflyer\",\n            \"name\": \"Bitflyer\",\n            \"rank\": \"6\",\n            \"percentTotalVolume\": \"1.938821896209622056000000000000000000\",\n            \"volumeUsd\": \"55904838.7855196652653520\",\n            \"tradingPairs\": \"4\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://bitflyer.com/\",\n            \"updated\": 1536343136901\n        },\n        {\n            \"id\": \"bittrex\",\n            \"name\": \"Bittrex\",\n            \"rank\": \"7\",\n            \"percentTotalVolume\": \"1.291667536885235979000000000000000000\",\n            \"volumeUsd\": \"37244506.8601861525153787\",\n            \"tradingPairs\": \"279\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://bittrex.com/\",\n            \"updated\": 1536343139493\n        },\n        {\n            \"id\": \"gate\",\n            \"name\": \"Gate\",\n            \"rank\": \"8\",\n            \"percentTotalVolume\": \"1.259715687707770095000000000000000000\",\n            \"volumeUsd\": \"36323193.2621410736363346\",\n            \"tradingPairs\": \"30\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://gate.io/\",\n            \"updated\": 1536343139343\n        },\n        {\n            \"id\": \"exmo\",\n            \"name\": \"Exmo\",\n            \"rank\": \"9\",\n            \"percentTotalVolume\": \"1.000306470520012038000000000000000000\",\n            \"volumeUsd\": \"28843274.4028011875391137\",\n            \"tradingPairs\": \"87\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.exmo.com/\",\n            \"updated\": 1536343139714\n        },\n        {\n            \"id\": \"coinone\",\n            \"name\": \"Coinone\",\n            \"rank\": \"10\",\n            \"percentTotalVolume\": \"0.665240253985269102000000000000000000\",\n            \"volumeUsd\": \"19181828.5245235804865662\",\n            \"tradingPairs\": \"16\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://coinone.co.kr/\",\n            \"updated\": 1536343087558\n        },\n        {\n            \"id\": \"itbit\",\n            \"name\": \"Itbit\",\n            \"rank\": \"11\",\n            \"percentTotalVolume\": \"0.620228715014053280000000000000000000\",\n            \"volumeUsd\": \"17883946.1173806546530850\",\n            \"tradingPairs\": \"2\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.itbit.com/\",\n            \"updated\": 1536343109548\n        },\n        {\n            \"id\": \"bitbay\",\n            \"name\": \"BitBay\",\n            \"rank\": \"12\",\n            \"percentTotalVolume\": \"0.550612407683275837000000000000000000\",\n            \"volumeUsd\": \"15876599.0548274063018178\",\n            \"tradingPairs\": \"2\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://bitbay.net\",\n            \"updated\": 1536343138824\n        },\n        {\n            \"id\": \"kucoin\",\n            \"name\": \"Kucoin\",\n            \"rank\": \"13\",\n            \"percentTotalVolume\": \"0.438058998044324078000000000000000000\",\n            \"volumeUsd\": \"12631184.7994347372502071\",\n            \"tradingPairs\": \"128\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.kucoin.io/\",\n            \"updated\": 1536343139250\n        },\n        {\n            \"id\": \"lakebtc\",\n            \"name\": \"Lakebtc\",\n            \"rank\": \"14\",\n            \"percentTotalVolume\": \"0.337772607469321535000000000000000000\",\n            \"volumeUsd\": \"9739483.1385251827483208\",\n            \"tradingPairs\": \"17\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.lakebtc.com/\",\n            \"updated\": 1536343090277\n        },\n        {\n            \"id\": \"korbit\",\n            \"name\": \"Korbit\",\n            \"rank\": \"15\",\n            \"percentTotalVolume\": \"0.302591603064380259000000000000000000\",\n            \"volumeUsd\": \"8725058.6659029416892142\",\n            \"tradingPairs\": \"5\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.korbit.co.kr/\",\n            \"updated\": 1536343132584\n        },\n        {\n            \"id\": \"cex\",\n            \"name\": \"Cex\",\n            \"rank\": \"16\",\n            \"percentTotalVolume\": \"0.230415275440119844000000000000000000\",\n            \"volumeUsd\": \"6643894.8582042946509684\",\n            \"tradingPairs\": \"16\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.cex.io/\",\n            \"updated\": 1536343104685\n        },\n        {\n            \"id\": \"quadrigacx\",\n            \"name\": \"QuadrigaCX\",\n            \"rank\": \"17\",\n            \"percentTotalVolume\": \"0.152077741365694900000000000000000000\",\n            \"volumeUsd\": \"4385076.1282076628406840\",\n            \"tradingPairs\": \"3\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.quadrigacx.com\",\n            \"updated\": 1536343124128\n        },\n        {\n            \"id\": \"independentreserve\",\n            \"name\": \"Independent Reserve\",\n            \"rank\": \"18\",\n            \"percentTotalVolume\": \"0.102269647007578510000000000000000000\",\n            \"volumeUsd\": \"2948887.7445566709077552\",\n            \"tradingPairs\": \"4\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.independentreserve.com/\",\n            \"updated\": 1536343139634\n        },\n        {\n            \"id\": \"bxinth\",\n            \"name\": \"Bxinth\",\n            \"rank\": \"19\",\n            \"percentTotalVolume\": \"0.074484202682721520000000000000000000\",\n            \"volumeUsd\": \"2147710.0868244529625250\",\n            \"tradingPairs\": \"21\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://bx.in.th/\",\n            \"updated\": 1536343095613\n        },\n        {\n            \"id\": \"coinfloor\",\n            \"name\": \"Coinfloor\",\n            \"rank\": \"20\",\n            \"percentTotalVolume\": \"0.039953005563405787000000000000000000\",\n            \"volumeUsd\": \"1152022.4417651622786449\",\n            \"tradingPairs\": \"3\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.coinfloor.co.uk/\",\n            \"updated\": 1536343138540\n        },\n        {\n            \"id\": \"acx\",\n            \"name\": \"ACX\",\n            \"rank\": \"21\",\n            \"percentTotalVolume\": \"0.033038979408100671000000000000000000\",\n            \"volumeUsd\": \"952660.3867322289048430\",\n            \"tradingPairs\": \"9\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://acx.io/\",\n            \"updated\": 1536343094232\n        },\n        {\n            \"id\": \"wex\",\n            \"name\": \"Wex\",\n            \"rank\": \"22\",\n            \"percentTotalVolume\": \"0.025885553762071478000000000000000000\",\n            \"volumeUsd\": \"746395.3820470197135246\",\n            \"tradingPairs\": \"15\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://wex.nz/\",\n            \"updated\": 1536343139054\n        },\n        {\n            \"id\": \"bitmarket\",\n            \"name\": \"Bitmarket\",\n            \"rank\": \"23\",\n            \"percentTotalVolume\": \"0.021229206755598426000000000000000000\",\n            \"volumeUsd\": \"612132.2353210511570409\",\n            \"tradingPairs\": \"6\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.bitmarket.net/\",\n            \"updated\": 1536343137073\n        },\n        {\n            \"id\": \"cryptopia\",\n            \"name\": \"Cryptopia\",\n            \"rank\": \"24\",\n            \"percentTotalVolume\": \"0.011204834715269036000000000000000000\",\n            \"volumeUsd\": \"323085.1062700108172247\",\n            \"tradingPairs\": \"66\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://www.cryptopia.co.nz/\",\n            \"updated\": 1536343136231\n        },\n        {\n            \"id\": \"braziliex\",\n            \"name\": \"Braziliex\",\n            \"rank\": \"25\",\n            \"percentTotalVolume\": \"0.0057091272847070105261000000000000000000\",\n            \"volumeUsd\": \"164619.4738575663280300\",\n            \"tradingPairs\": \"11\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://braziliex.com\",\n            \"updated\": 1536343139594\n        },\n        {\n            \"id\": \"gatecoin\",\n            \"name\": \"Gatecoin\",\n            \"rank\": \"26\",\n            \"percentTotalVolume\": \"0.0021900479318601407499000000000000000000\",\n            \"volumeUsd\": \"63148.8002082913057421\",\n            \"tradingPairs\": \"6\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://gatecoin.com/\",\n            \"updated\": 1536343139743\n        },\n        {\n            \"id\": \"bleutrade\",\n            \"name\": \"Bleutrade\",\n            \"rank\": \"27\",\n            \"percentTotalVolume\": \"0.0013413661271628439817000000000000000000\",\n            \"volumeUsd\": \"38677.5377552719771068\",\n            \"tradingPairs\": \"97\",\n            \"socket\": false,\n            \"exchangeUrl\": \"https://bleutrade.com/\",\n            \"updated\": 1536343084516\n        }\n    ],\n    \"timestamp\": 1536605835421\n}"}],"_postman_id":"fb088d40-7d41-403b-b070-7db0eec71d52"},{"name":"/exchanges/{{id}}","id":"0b956616-fe13-40d6-ba1d-1a0cf50eed76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/exchanges/kraken","description":"### Request\n\n| Key       | Required | Value   | Description |\n|-----------|----------|---------|-------------|\n| id        | required | kraken  | search by exchange id |\n\n### Response\n\n| Key       \t\t | Description |\n|--------------------|-------------|\n| id\t\t\t\t | unique identifier for exchange |\n| name\t\t\t\t | proper name of exchange |\n| rank\t\t\t\t | rank is in ascending order - this number is directly associated with the total exchange volume whereas the highest volume exchange receives rank 1 |\n| percentTotalVolume | \tthe amount of daily volume a single exchange transacts in relation to total daily volume of all exchanges |\n| volumeUsd \t\t | daily volume represented in USD |\n| tradingPairs\t\t | number of trading pairs (or markets) offered by exchange |\n| socket\t\t\t | true/false, true = trade socket available, false = trade socket unavailable |\n| exchangeUrl\t\t | website to exchange |\n| updated\t\t\t | UNIX timestamp (milliseconds) since information was received from this exchange |"},"response":[{"id":"d3b6506f-1cdb-4406-a5e6-b02e6b523c5e","name":"/exchanges/{{id}}","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/exchanges/kraken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"242","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:45:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"f2-1hPeoemk7hGJNENbROEMPt/38sQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"kraken\",\n        \"name\": \"Kraken\",\n        \"rank\": \"4\",\n        \"percentTotalVolume\": \"2.946801735133553120000000000000000000\",\n        \"volumeUsd\": \"84969370.4499608426167365\",\n        \"tradingPairs\": \"52\",\n        \"socket\": false,\n        \"exchangeUrl\": \"https://kraken.com\",\n        \"updated\": 1536343139468\n    },\n    \"timestamp\": 1536605874069\n}"}],"_postman_id":"0b956616-fe13-40d6-ba1d-1a0cf50eed76"}],"id":"ebb96b10-a45d-4a29-9ce7-0a5eb6603f05","description":"The /exchanges endpoint offers an understanding into the where cryptocurrency is being exchanged and offers high-level information on those exchanges. CoinCap strives to provide transparency in the recency of our exchange data. For that purpose you will find an \"updated\" key for each exchange. For more details into coin pairs and volume, see the /markets endpoint. ","event":[{"listen":"prerequest","script":{"id":"01c72531-ecff-4d88-9c6a-6c3ebdd29087","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50a1cb8a-6816-4e58-8ec3-b5d8a7068eeb","type":"text/javascript","exec":[""]}}],"_postman_id":"ebb96b10-a45d-4a29-9ce7-0a5eb6603f05"},{"name":"Markets","item":[{"name":"/markets","id":"9a40e6df-b7b1-4305-a2f9-4f124eb565f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v2/markets","description":"### Request\n\n| Key        | Required | Value      | Description |\n|------------|----------|------------|-------------|\n| exchangeId | optional | poloniex   | search by exchange id\n| baseSymbol | optional | BTC \t\t | returns all containing the base symbol\n| quoteSymbol| optional | ETH \t\t | returns all containing the quote symbol\n| baseId     | optional | bitcoin\t | returns all containing the base id\n| quoteId    | optional | ethereum\t | returns all containing the quote id\n| assetSymbol| optional | BTC \t\t | returns all assets containing symbol (base and quote)\n| assetId    | optional | bitcoin\t | returns all assets containing id (base and quote)\n| limit      | optional | 5 \t\t | max limit of 2000\n| offset     | optional | 1 \t\t | offset\n\n### Response\n\n| Key       \t\t    | Description |\n|-----------------------|-------------|\n| exchangeId\t\t\t| unique identifier for exchange |\n| rank\t\t\t\t\t| rank is in ascending order - this number represents the amount of volume transacted by this market in relation to other markets on that exchange |\n| baseSymbol\t\t\t| most common symbol used to identify asset, base is asset purchased |\n| baseId\t\t\t\t| unique identifier for this asset, base is asset purchased |\n| quoteSymbol\t\t\t| most common symbol used to identify asset, quote is asset used to purchase base |\n| quoteId\t\t\t    | unique identifier for this asset, quote is asset used to purchase base |\n| priceQuote\t\t\t| the amount of quote asset traded for one unit of base asset |\n| priceUsd\t\t\t\t| quote price translated to USD |\n| volumeUsd24Hr \t\t| volume transacted on this market in last 24 hours |\n| percentExchangeVolume | the amount of daily volume a single market transacts in relation to total daily volume of all markets on the exchange |\n| tradesCount24Hr\t\t| number of trades on this market in the last 24 hours |\n| updated\t\t\t\t| UNIX timestamp (milliseconds) since information was received from this particular market |"},"response":[{"id":"a0c2d34a-6692-4f55-ae1c-57fbcb7fbaaa","name":"/markets","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v2/markets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:46:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7faf-cBnXjA1nChwzvEjI/0K2vCcEuMw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"exchangeId\":\"bitstamp\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6927.3300000000000000\",\"priceUsd\":\"6927.3300000000000000\",\"volumeUsd24Hr\":\"43341291.9576547008000000\",\"percentExchangeVolume\":\"67.2199253376108585\",\"tradesCount24Hr\":\"420721\",\"updated\":1533581033590},{\"exchangeId\":\"zb\",\"rank\":\"1\",\"baseSymbol\":\"DASH\",\"baseId\":\"dash\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"202.4500000000000000\",\"priceUsd\":\"202.5669129702824173\",\"volumeUsd24Hr\":\"152784724.1478030952209944\",\"percentExchangeVolume\":\"34.0281942707190045\",\"tradesCount24Hr\":null,\"updated\":1533581013747},{\"exchangeId\":\"idex\",\"rank\":\"1\",\"baseSymbol\":\"NPXS\",\"baseId\":\"pundi-x\",\"quoteSymbol\":\"ETH\",\"quoteId\":\"ethereum\",\"priceQuote\":\"0.0000112355869970\",\"priceUsd\":\"0.0045500008241477\",\"volumeUsd24Hr\":\"541584.5763451651049971\",\"percentExchangeVolume\":\"17.2315231986457711\",\"tradesCount24Hr\":null,\"updated\":1529970208646},{\"exchangeId\":\"hitbtc\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6941.4400000000000000\",\"priceUsd\":\"6941.4400000000000000\",\"volumeUsd24Hr\":\"57814559.6160000000000000\",\"percentExchangeVolume\":\"22.8693492128634858\",\"tradesCount24Hr\":\"11827\",\"updated\":1533581015313},{\"exchangeId\":\"acx\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"AUD\",\"quoteId\":\"australian-dollar\",\"priceQuote\":\"9357.0500000000000000\",\"priceUsd\":\"6942.3227164910630424\",\"volumeUsd24Hr\":\"934880.2520612808644314\",\"percentExchangeVolume\":\"76.3351850007240360\",\"tradesCount24Hr\":\"236\",\"updated\":1533581026840},{\"exchangeId\":\"btctradeua\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"UAH\",\"quoteId\":\"ukrainian-hryvnia\",\"priceQuote\":\"183944.9299327354000000\",\"priceUsd\":\"7018.9235674718793735\",\"volumeUsd24Hr\":\"46311.8964988674459445\",\"percentExchangeVolume\":\"43.2161016383075345\",\"tradesCount24Hr\":\"1279\",\"updated\":1533581056888},{\"exchangeId\":\"bitmarket\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"PLN\",\"quoteId\":\"polish-zloty\",\"priceQuote\":\"25758.9970000000000000\",\"priceUsd\":\"7011.9850815297507430\",\"volumeUsd24Hr\":\"384049.5691930905305912\",\"percentExchangeVolume\":\"93.3913209097386021\",\"tradesCount24Hr\":\"403\",\"updated\":1533581071793},{\"exchangeId\":\"coinnest\",\"rank\":\"1\",\"baseSymbol\":\"HSR\",\"baseId\":\"hshare\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"5690.0000000000000000\",\"priceUsd\":\"5.0425604509057390\",\"volumeUsd24Hr\":\"778321.7062030284188060\",\"percentExchangeVolume\":\"59.1348599038018872\",\"tradesCount24Hr\":\"3568\",\"updated\":1533580984070},{\"exchangeId\":\"tradesatoshi\",\"rank\":\"1\",\"baseSymbol\":\"ATCC\",\"baseId\":\"atcc\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0000056800000000\",\"priceUsd\":\"0.0394372742266957\",\"volumeUsd24Hr\":\"1306506.0081719796373797\",\"percentExchangeVolume\":\"77.4348597480403606\",\"tradesCount24Hr\":null,\"updated\":1533581011853},{\"exchangeId\":\"bitbay\",\"rank\":\"1\",\"baseSymbol\":\"XIN\",\"baseId\":\"infinity-economics\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0000009600000000\",\"priceUsd\":\"0.0066654547988781\",\"volumeUsd24Hr\":\"19153524.3075180128412988\",\"percentExchangeVolume\":\"75.9088516908496585\",\"tradesCount24Hr\":null,\"updated\":1533581029320},{\"exchangeId\":\"openexchangerates\",\"rank\":\"1\",\"baseSymbol\":\"USD\",\"baseId\":\"united-states-dollar\",\"quoteSymbol\":\"BDT\",\"quoteId\":\"bangladeshi-taka\",\"priceQuote\":\"0.0118259224219489\",\"priceUsd\":\"0.0001417653342997\",\"volumeUsd24Hr\":null,\"percentExchangeVolume\":null,\"tradesCount24Hr\":null,\"updated\":1533579724349},{\"exchangeId\":\"btcturk\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"TRY\",\"quoteId\":\"turkish-lira\",\"priceQuote\":\"36200.0000000000000000\",\"priceUsd\":\"7471.4613910168704200\",\"volumeUsd24Hr\":\"1466124.8687592404825166\",\"percentExchangeVolume\":\"58.2165422075132950\",\"tradesCount24Hr\":\"50583\",\"updated\":1533581040325},{\"exchangeId\":\"bxinth\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"THB\",\"quoteId\":\"thai-baht\",\"priceQuote\":\"230015.0000000100000000\",\"priceUsd\":\"6913.5511102186457761\",\"volumeUsd24Hr\":\"1356106.4600005272823693\",\"percentExchangeVolume\":\"64.7211370705575768\",\"tradesCount24Hr\":\"1978\",\"updated\":1533581062639},{\"exchangeId\":\"okcoin\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6867.8700000000000000\",\"priceUsd\":\"6867.8700000000000000\",\"volumeUsd24Hr\":\"392292.7344000000000000\",\"percentExchangeVolume\":\"91.6045008555652230\",\"tradesCount24Hr\":\"99\",\"updated\":1533581046684},{\"exchangeId\":\"huobi\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6914.6100000000000000\",\"priceUsd\":\"6918.6031222200271940\",\"volumeUsd24Hr\":\"102549424.1669817790847016\",\"percentExchangeVolume\":\"14.1430268722522796\",\"tradesCount24Hr\":\"183423\",\"updated\":1533580606650},{\"exchangeId\":\"wex\",\"rank\":\"1\",\"baseSymbol\":\"ZEC\",\"baseId\":\"zcash\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"586.6150000000000000\",\"priceUsd\":\"586.6150000000000000\",\"volumeUsd24Hr\":\"1604987.0109960500000000\",\"percentExchangeVolume\":\"32.0368583612076514\",\"tradesCount24Hr\":null,\"updated\":1533580999280},{\"exchangeId\":\"korbit\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"7998000.0000000000000000\",\"priceUsd\":\"7087.9434949638138000\",\"volumeUsd24Hr\":\"3948213.9264609169280539\",\"percentExchangeVolume\":\"51.4273423306843057\",\"tradesCount24Hr\":null,\"updated\":1533581048485},{\"exchangeId\":\"bibox\",\"rank\":\"1\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0583405000000000\",\"priceUsd\":\"405.0687142645316601\",\"volumeUsd24Hr\":\"20662150.0459194954503315\",\"percentExchangeVolume\":\"14.4391303406903376\",\"tradesCount24Hr\":\"4430\",\"updated\":1533580553403},{\"exchangeId\":\"kucoin\",\"rank\":\"1\",\"baseSymbol\":\"AOA\",\"baseId\":\"angolan-kwanza\",\"quoteSymbol\":\"ETH\",\"quoteId\":\"ethereum\",\"priceQuote\":\"0.0001019000000000\",\"priceUsd\":\"0.0412657642279346\",\"volumeUsd24Hr\":\"1898133.4431561934231935\",\"percentExchangeVolume\":\"10.6504102312423169\",\"tradesCount24Hr\":null,\"updated\":1533581070349},{\"exchangeId\":\"bit-z\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"5871.5000000000000000\",\"priceUsd\":\"5874.8907360089563503\",\"volumeUsd24Hr\":\"91171883.5547736183682608\",\"percentExchangeVolume\":\"27.4507198237586270\",\"tradesCount24Hr\":null,\"updated\":1530274553097},{\"exchangeId\":\"btcmarket\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"AUD\",\"quoteId\":\"australian-dollar\",\"priceQuote\":\"9350.0000000000000000\",\"priceUsd\":\"6937.0920748731105900\",\"volumeUsd24Hr\":\"1359991.5808928000443158\",\"percentExchangeVolume\":\"60.3274519214589956\",\"tradesCount24Hr\":\"1001\",\"updated\":1533581070428},{\"exchangeId\":\"ccex\",\"rank\":\"1\",\"baseSymbol\":\"XBY\",\"baseId\":\"xtrabytes\",\"quoteSymbol\":\"LTC\",\"quoteId\":\"litecoin\",\"priceQuote\":\"0.0004626300000000\",\"priceUsd\":\"0.0340583987603667\",\"volumeUsd24Hr\":null,\"percentExchangeVolume\":null,\"tradesCount24Hr\":null,\"updated\":1533580964758},{\"exchangeId\":\"coinone\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"7978000.0000000000000000\",\"priceUsd\":\"7070.2192051539518000\",\"volumeUsd24Hr\":\"4811239.6267262717300037\",\"percentExchangeVolume\":\"35.9414038923724755\",\"tradesCount24Hr\":\"5558\",\"updated\":1533581042085},{\"exchangeId\":\"okex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6926.7477000000000000\",\"priceUsd\":\"6930.7478316275816365\",\"volumeUsd24Hr\":\"172041953.4244914589633940\",\"percentExchangeVolume\":\"18.6996846839284618\",\"tradesCount24Hr\":\"1740\",\"updated\":1533580957653},{\"exchangeId\":\"gdax\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6925.0000000000000000\",\"priceUsd\":\"6925.0000000000000000\",\"volumeUsd24Hr\":\"53769124.7622125000000000\",\"percentExchangeVolume\":\"57.0289742131729611\",\"tradesCount24Hr\":\"63253\",\"updated\":1533581069774},{\"exchangeId\":\"itbit\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6926.8800000000000000\",\"priceUsd\":\"6926.8800000000000000\",\"volumeUsd24Hr\":\"15202888.3296480000000000\",\"percentExchangeVolume\":\"95.6925209657294255\",\"tradesCount24Hr\":\"3782\",\"updated\":1533581064606},{\"exchangeId\":\"kraken\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"EUR\",\"quoteId\":\"euro\",\"priceQuote\":\"5998.3000000000000000\",\"priceUsd\":\"7024.5519115124054933\",\"volumeUsd24Hr\":\"15409901.0206026236457404\",\"percentExchangeVolume\":\"30.7470927029699890\",\"tradesCount24Hr\":\"14092\",\"updated\":1533581007430},{\"exchangeId\":\"gatecoin\",\"rank\":\"1\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"HKD\",\"quoteId\":\"hong-kong-dollar\",\"priceQuote\":\"3300.0000000000000000\",\"priceUsd\":\"420.4400095809361800\",\"volumeUsd24Hr\":\"11778.8729771739353795\",\"percentExchangeVolume\":\"23.1910051725768302\",\"tradesCount24Hr\":null,\"updated\":1533581068960},{\"exchangeId\":\"braziliex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"BRL\",\"quoteId\":\"brazilian-real\",\"priceQuote\":\"26450.0000000000000000\",\"priceUsd\":\"6852.4540982727411900\",\"volumeUsd24Hr\":\"113277.9186985466846119\",\"percentExchangeVolume\":\"66.2203624626735651\",\"tradesCount24Hr\":\"404\",\"updated\":1533581063854},{\"exchangeId\":\"quoine\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"JPY\",\"quoteId\":\"japanese-yen\",\"priceQuote\":\"773302.0200000000000000\",\"priceUsd\":\"6886.6201504134396871\",\"volumeUsd24Hr\":\"184321694.7281259092834221\",\"percentExchangeVolume\":\"97.4617948338654551\",\"tradesCount24Hr\":\"11370\",\"updated\":1533581034347},{\"exchangeId\":\"gemini\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6920.9700000000000000\",\"priceUsd\":\"6920.9700000000000000\",\"volumeUsd24Hr\":\"8693226.4789688811990000\",\"percentExchangeVolume\":\"69.9612469514724501\",\"tradesCount24Hr\":\"2036\",\"updated\":1533581047690},{\"exchangeId\":\"coinmate\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"EUR\",\"quoteId\":\"euro\",\"priceQuote\":\"6005.8900000000000000\",\"priceUsd\":\"7033.4404881105048144\",\"volumeUsd24Hr\":\"280228.0798688677598146\",\"percentExchangeVolume\":\"51.2818561026576055\",\"tradesCount24Hr\":\"538\",\"updated\":1533581065409},{\"exchangeId\":\"luno\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"ZAR\",\"quoteId\":\"south-african-rand\",\"priceQuote\":\"97320.0000000000000000\",\"priceUsd\":\"7360.3251248918329920\",\"volumeUsd24Hr\":\"1595427.2831733081721851\",\"percentExchangeVolume\":\"72.3116781774825938\",\"tradesCount24Hr\":\"3643\",\"updated\":1533581073626},{\"exchangeId\":\"bleutrade\",\"rank\":\"1\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0583834200000000\",\"priceUsd\":\"405.3667156394981705\",\"volumeUsd24Hr\":\"10428.7249192182366051\",\"percentExchangeVolume\":\"21.1092532148685917\",\"tradesCount24Hr\":null,\"updated\":1533581036990},{\"exchangeId\":\"qryptos\",\"rank\":\"1\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0584056700000000\",\"priceUsd\":\"405.5212014408263358\",\"volumeUsd24Hr\":\"3329156.0183541186384213\",\"percentExchangeVolume\":\"21.8855270986654831\",\"tradesCount24Hr\":\"6358\",\"updated\":1533581003750},{\"exchangeId\":\"gate\",\"rank\":\"1\",\"baseSymbol\":\"HIT\",\"baseId\":\"hit\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"0.0022686100000000\",\"priceUsd\":\"0.0022699201009312\",\"volumeUsd24Hr\":\"3353813.5469992171398608\",\"percentExchangeVolume\":\"10.1973301454791687\",\"tradesCount24Hr\":\"2660\",\"updated\":1533581012076},{\"exchangeId\":\"btcbox\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"JPY\",\"quoteId\":\"japanese-yen\",\"priceQuote\":\"772944.0000000000000000\",\"priceUsd\":\"6883.4318130206949744\",\"volumeUsd24Hr\":\"50407301.6440892377885120\",\"percentExchangeVolume\":\"100.0000000000000000\",\"tradesCount24Hr\":\"11978\",\"updated\":1533581052989},{\"exchangeId\":\"kuna\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"UAH\",\"quoteId\":\"ukrainian-hryvnia\",\"priceQuote\":\"185577.0000000000000000\",\"priceUsd\":\"7081.1996794749549360\",\"volumeUsd24Hr\":\"97162.1604948297010704\",\"percentExchangeVolume\":\"33.7964216264650810\",\"tradesCount24Hr\":\"847\",\"updated\":1533580984497},{\"exchangeId\":\"quadrigacx\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"CAD\",\"quoteId\":\"canadian-dollar\",\"priceQuote\":\"9295.0000000000000000\",\"priceUsd\":\"7076.5131328511617855\",\"volumeUsd24Hr\":\"1796063.5575475449220707\",\"percentExchangeVolume\":\"79.4228634793574157\",\"tradesCount24Hr\":\"520\",\"updated\":1533581005265},{\"exchangeId\":\"bitso\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"MXN\",\"quoteId\":\"mexican-peso\",\"priceQuote\":\"130213.5800000000000000\",\"priceUsd\":\"6919.6033387058351390\",\"volumeUsd24Hr\":\"549081.7148244551396433\",\"percentExchangeVolume\":\"58.3162177342794327\",\"tradesCount24Hr\":\"2867\",\"updated\":1533581034050},{\"exchangeId\":\"zaif\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"JPY\",\"quoteId\":\"japanese-yen\",\"priceQuote\":\"773220.0000000000000000\",\"priceUsd\":\"6885.8897235295982220\",\"volumeUsd24Hr\":\"55238465.5128261322271606\",\"percentExchangeVolume\":\"94.8955666232502944\",\"tradesCount24Hr\":\"37548\",\"updated\":1533581023650},{\"exchangeId\":\"bitflyer\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"JPY\",\"quoteId\":\"japanese-yen\",\"priceQuote\":\"772930.0000000000000000\",\"priceUsd\":\"6883.3071364006781430\",\"volumeUsd24Hr\":\"46536240.1887736064903941\",\"percentExchangeVolume\":\"98.8795027745992401\",\"tradesCount24Hr\":\"75692\",\"updated\":1533581057013},{\"exchangeId\":\"lykke\",\"rank\":\"1\",\"baseSymbol\":\"EUR\",\"baseId\":\"euro\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"1.1559700000000000\",\"priceUsd\":\"1.1559700000000000\",\"volumeUsd24Hr\":\"509047.3178000000343852\",\"percentExchangeVolume\":\"51.2843485710889902\",\"tradesCount24Hr\":\"1\",\"updated\":1533581031999},{\"exchangeId\":\"cryptopia\",\"rank\":\"1\",\"baseSymbol\":\"LYL\",\"baseId\":\"lyl\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0000006700000000\",\"priceUsd\":\"0.0046519319950504\",\"volumeUsd24Hr\":\"282869.2005949779197674\",\"percentExchangeVolume\":\"7.4583696548364390\",\"tradesCount24Hr\":null,\"updated\":1533580928661},{\"exchangeId\":\"coinexchange\",\"rank\":\"1\",\"baseSymbol\":\"LTC\",\"baseId\":\"litecoin\",\"quoteSymbol\":\"DOGE\",\"quoteId\":\"dogecoin\",\"priceQuote\":\"25600.0000000700000000\",\"priceUsd\":\"70.8352000001936900\",\"volumeUsd24Hr\":\"15886881.1548791590906578\",\"percentExchangeVolume\":\"96.7827937042209467\",\"tradesCount24Hr\":null,\"updated\":1533580931646},{\"exchangeId\":\"coinbene\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6935.4400000000000000\",\"priceUsd\":\"6939.4451513490515592\",\"volumeUsd24Hr\":\"123982213.7651591658173286\",\"percentExchangeVolume\":\"39.9814701348170730\",\"tradesCount24Hr\":null,\"updated\":1533581031492},{\"exchangeId\":\"tidex\",\"rank\":\"1\",\"baseSymbol\":\"REM\",\"baseId\":\"remme\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0000016500000000\",\"priceUsd\":\"0.0114562504355718\",\"volumeUsd24Hr\":\"304886.4459790738754574\",\"percentExchangeVolume\":\"22.4173689079780230\",\"tradesCount24Hr\":\"913\",\"updated\":1533580837167},{\"exchangeId\":\"mercado\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"BRL\",\"quoteId\":\"brazilian-real\",\"priceQuote\":\"26500.0000000000000000\",\"priceUsd\":\"6865.4076977023683000\",\"volumeUsd24Hr\":\"743139.5394554980435915\",\"percentExchangeVolume\":\"85.0442273606853265\",\"tradesCount24Hr\":\"1933\",\"updated\":1533581069514},{\"exchangeId\":\"lakebtc\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"7581.2800000000000000\",\"priceUsd\":\"7581.2800000000000000\",\"volumeUsd24Hr\":\"3987016.3644214400000000\",\"percentExchangeVolume\":\"62.4483341885178062\",\"tradesCount24Hr\":\"2318\",\"updated\":1533581031777},{\"exchangeId\":\"therocktrading\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"EUR\",\"quoteId\":\"euro\",\"priceQuote\":\"6003.7600000000000000\",\"priceUsd\":\"7030.9460654288247678\",\"volumeUsd24Hr\":\"354293.5908045977373423\",\"percentExchangeVolume\":\"80.4387147484103354\",\"tradesCount24Hr\":\"1704\",\"updated\":1533581037977},{\"exchangeId\":\"cex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6927.1000000000000000\",\"priceUsd\":\"6927.1000000000000000\",\"volumeUsd24Hr\":\"2842876.9818862280000000\",\"percentExchangeVolume\":\"49.9225036041470097\",\"tradesCount24Hr\":\"11061\",\"updated\":1533581036934},{\"exchangeId\":\"bithumb\",\"rank\":\"1\",\"baseSymbol\":\"HSR\",\"baseId\":\"hshare\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"10920.0000000000000000\",\"priceUsd\":\"9.6774622361846520\",\"volumeUsd24Hr\":\"31559341.1471148645767160\",\"percentExchangeVolume\":\"21.2501720083080344\",\"tradesCount24Hr\":null,\"updated\":1533581038504},{\"exchangeId\":\"allcoin\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"7048.3989000000000000\",\"priceUsd\":\"7048.3989000000000000\",\"volumeUsd24Hr\":\"12447079.1567413800000000\",\"percentExchangeVolume\":\"21.0840179689310597\",\"tradesCount24Hr\":\"4617\",\"updated\":1533581022567},{\"exchangeId\":\"bittrex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6923.1260000000000000\",\"priceUsd\":\"6927.1240401299058063\",\"volumeUsd24Hr\":\"5049661.6363340957666629\",\"percentExchangeVolume\":\"12.2778363829758628\",\"tradesCount24Hr\":\"3614\",\"updated\":1533580997155},{\"exchangeId\":\"independentreserve\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"NZD\",\"quoteId\":\"new-zealand-dollar\",\"priceQuote\":\"10324.3900000000000000\",\"priceUsd\":\"6997.1670812125972309\",\"volumeUsd24Hr\":\"755617.5385157829013372\",\"percentExchangeVolume\":\"24.2896864168710678\",\"tradesCount24Hr\":\"3\",\"updated\":1533581012750},{\"exchangeId\":\"poloniex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6923.1911894100000000\",\"priceUsd\":\"6927.1892671861767574\",\"volumeUsd24Hr\":\"4740069.5819461960461220\",\"percentExchangeVolume\":\"18.0346880599000693\",\"tradesCount24Hr\":null,\"updated\":1533581067160},{\"exchangeId\":\"bitfinex\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6928.9000000000000000\",\"priceUsd\":\"6928.9000000000000000\",\"volumeUsd24Hr\":\"112972108.5178634850000000\",\"percentExchangeVolume\":\"43.9956133955667303\",\"tradesCount24Hr\":\"44042\",\"updated\":1533581042341},{\"exchangeId\":\"lbank\",\"rank\":\"1\",\"baseSymbol\":\"ZEC\",\"baseId\":\"zcash\",\"quoteSymbol\":\"ETH\",\"quoteId\":\"ethereum\",\"priceQuote\":\"0.4444977100000000\",\"priceUsd\":\"180.0052767489384986\",\"volumeUsd24Hr\":\"31405973.4016598650485207\",\"percentExchangeVolume\":\"14.7395253380012726\",\"tradesCount24Hr\":null,\"updated\":1533581018221},{\"exchangeId\":\"btcc\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6926.2000000000000000\",\"priceUsd\":\"6926.2000000000000000\",\"volumeUsd24Hr\":\"1305110.0995800000000000\",\"percentExchangeVolume\":\"94.8577699862688843\",\"tradesCount24Hr\":null,\"updated\":1533581072557},{\"exchangeId\":\"exmo\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"6947.9999998800000000\",\"priceUsd\":\"6947.9999998800000000\",\"volumeUsd24Hr\":\"6987473.2114184782519596\",\"percentExchangeVolume\":\"22.5441151986775907\",\"tradesCount24Hr\":\"4462\",\"updated\":1533581059567},{\"exchangeId\":\"binance\",\"rank\":\"1\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"6930.0000000000000000\",\"priceUsd\":\"6934.0020098002329060\",\"volumeUsd24Hr\":\"216637496.7184297689656316\",\"percentExchangeVolume\":\"23.6412355101462118\",\"tradesCount24Hr\":\"164700\",\"updated\":1533581073256},{\"exchangeId\":\"korbit\",\"rank\":\"2\",\"baseSymbol\":\"ETC\",\"baseId\":\"ethereum-classic\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"20680.0000000000000000\",\"priceUsd\":\"18.3269156633973080\",\"volumeUsd24Hr\":\"1491763.7925149671705403\",\"percentExchangeVolume\":\"19.4309246315218758\",\"tradesCount24Hr\":null,\"updated\":1533581049753},{\"exchangeId\":\"btctradeua\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"UAH\",\"quoteId\":\"ukrainian-hryvnia\",\"priceQuote\":\"10571.0100000000000000\",\"priceUsd\":\"403.3658946083110697\",\"volumeUsd24Hr\":\"25420.5668177246734448\",\"percentExchangeVolume\":\"23.7212872361001897\",\"tradesCount24Hr\":\"1378\",\"updated\":1533581058692},{\"exchangeId\":\"bibox\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"403.7210000000000000\",\"priceUsd\":\"403.9541450791572625\",\"volumeUsd24Hr\":\"20451390.4570675738852526\",\"percentExchangeVolume\":\"14.2918472570218889\",\"tradesCount24Hr\":\"4005\",\"updated\":1533580658218},{\"exchangeId\":\"bxinth\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"THB\",\"quoteId\":\"thai-baht\",\"priceQuote\":\"13500.0000000000000000\",\"priceUsd\":\"405.7689280609858500\",\"volumeUsd24Hr\":\"281243.4710575690795408\",\"percentExchangeVolume\":\"13.4225429768318069\",\"tradesCount24Hr\":\"882\",\"updated\":1533581064310},{\"exchangeId\":\"gdax\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"403.9600000000000000\",\"priceUsd\":\"403.9600000000000000\",\"volumeUsd24Hr\":\"13025339.8377480868000000\",\"percentExchangeVolume\":\"13.8150243845290440\",\"tradesCount24Hr\":\"32975\",\"updated\":1533581026712},{\"exchangeId\":\"poloniex\",\"rank\":\"2\",\"baseSymbol\":\"ETC\",\"baseId\":\"ethereum-classic\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0025950000000000\",\"priceUsd\":\"18.0175575032174846\",\"volumeUsd24Hr\":\"2715006.9328366060298853\",\"percentExchangeVolume\":\"10.3298701142843341\",\"tradesCount24Hr\":null,\"updated\":1533581071569},{\"exchangeId\":\"hitbtc\",\"rank\":\"2\",\"baseSymbol\":\"BCH\",\"baseId\":\"bitcoin-cash\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0992250000000000\",\"priceUsd\":\"688.9372421027957247\",\"volumeUsd24Hr\":\"21012467.3869296279209836\",\"percentExchangeVolume\":\"8.3117722886297035\",\"tradesCount24Hr\":\"5031\",\"updated\":1533581033754},{\"exchangeId\":\"gemini\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"403.5000000000000000\",\"priceUsd\":\"403.5000000000000000\",\"volumeUsd24Hr\":\"2008677.5850966750000000\",\"percentExchangeVolume\":\"16.1654121075543700\",\"tradesCount24Hr\":\"1460\",\"updated\":1533581050671},{\"exchangeId\":\"coinexchange\",\"rank\":\"2\",\"baseSymbol\":\"MNX\",\"baseId\":\"minexcoin\",\"quoteSymbol\":\"DOGE\",\"quoteId\":\"dogecoin\",\"priceQuote\":\"2400.0000000000000000\",\"priceUsd\":\"6.6408000000000000\",\"volumeUsd24Hr\":\"335507.3983840111200000\",\"percentExchangeVolume\":\"2.0439092486108931\",\"tradesCount24Hr\":null,\"updated\":1533580977008},{\"exchangeId\":\"gate\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"403.4800000000000000\",\"priceUsd\":\"403.7130059039246714\",\"volumeUsd24Hr\":\"3179449.1751570975862858\",\"percentExchangeVolume\":\"9.6671721505977675\",\"tradesCount24Hr\":\"2712\",\"updated\":1533580974029},{\"exchangeId\":\"itbit\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"EUR\",\"quoteId\":\"euro\",\"priceQuote\":\"5979.6800000000000000\",\"priceUsd\":\"7002.7462071307705317\",\"volumeUsd24Hr\":\"683781.0525714219493347\",\"percentExchangeVolume\":\"4.3039671995455830\",\"tradesCount24Hr\":\"102\",\"updated\":1533581067436},{\"exchangeId\":\"okex\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"404.4097000000000000\",\"priceUsd\":\"404.6432427969277416\",\"volumeUsd24Hr\":\"55715328.1007089807440351\",\"percentExchangeVolume\":\"6.0558430476211992\",\"tradesCount24Hr\":\"1740\",\"updated\":1533580960526},{\"exchangeId\":\"bitso\",\"rank\":\"2\",\"baseSymbol\":\"XRP\",\"baseId\":\"ripple\",\"quoteSymbol\":\"MXN\",\"quoteId\":\"mexican-peso\",\"priceQuote\":\"7.8700000000000000\",\"priceUsd\":\"0.4182150454323959\",\"volumeUsd24Hr\":\"169061.1635238220503488\",\"percentExchangeVolume\":\"17.9554469877362663\",\"tradesCount24Hr\":\"1810\",\"updated\":1533581034399},{\"exchangeId\":\"idex\",\"rank\":\"2\",\"baseSymbol\":\"VIKKY\",\"baseId\":\"vikky\",\"quoteSymbol\":\"ETH\",\"quoteId\":\"ethereum\",\"priceQuote\":\"0.0000008648436822\",\"priceUsd\":\"0.0003502299851196\",\"volumeUsd24Hr\":\"331486.7469357902696206\",\"percentExchangeVolume\":\"10.5468689828923025\",\"tradesCount24Hr\":null,\"updated\":1533581012171},{\"exchangeId\":\"qryptos\",\"rank\":\"2\",\"baseSymbol\":\"NEO\",\"baseId\":\"neo\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0038092000000000\",\"priceUsd\":\"26.4479691873819045\",\"volumeUsd24Hr\":\"2452888.1204034561824464\",\"percentExchangeVolume\":\"16.1250326308300725\",\"tradesCount24Hr\":\"6435\",\"updated\":1533580997190},{\"exchangeId\":\"btcmarket\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"AUD\",\"quoteId\":\"australian-dollar\",\"priceQuote\":\"544.8000000000000000\",\"priceUsd\":\"404.2061777958150427\",\"volumeUsd24Hr\":\"274393.4680697151793779\",\"percentExchangeVolume\":\"12.1717361968308730\",\"tradesCount24Hr\":\"447\",\"updated\":1533581021089},{\"exchangeId\":\"quadrigacx\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"CAD\",\"quoteId\":\"canadian-dollar\",\"priceQuote\":\"542.4400000000000000\",\"priceUsd\":\"412.9729729729730176\",\"volumeUsd24Hr\":\"322530.4205559135483952\",\"percentExchangeVolume\":\"14.2624627352999153\",\"tradesCount24Hr\":\"208\",\"updated\":1533581008035},{\"exchangeId\":\"tidex\",\"rank\":\"2\",\"baseSymbol\":\"NTK\",\"baseId\":\"neurotoken\",\"quoteSymbol\":\"ETH\",\"quoteId\":\"ethereum\",\"priceQuote\":\"0.0002414200000000\",\"priceUsd\":\"0.0977662492630811\",\"volumeUsd24Hr\":\"263997.2744255320700255\",\"percentExchangeVolume\":\"19.4109130449966264\",\"tradesCount24Hr\":\"1495\",\"updated\":1533580830713},{\"exchangeId\":\"therocktrading\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0585898700000000\",\"priceUsd\":\"406.8001355803610798\",\"volumeUsd24Hr\":\"42450.4077480818394000\",\"percentExchangeVolume\":\"9.6379283408627508\",\"tradesCount24Hr\":\"343\",\"updated\":1533581038820},{\"exchangeId\":\"independentreserve\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"AUD\",\"quoteId\":\"australian-dollar\",\"priceQuote\":\"9409.7900000000000000\",\"priceUsd\":\"6981.4523674032350052\",\"volumeUsd24Hr\":\"753920.5212473239540051\",\"percentExchangeVolume\":\"24.2351349868237331\",\"tradesCount24Hr\":\"223\",\"updated\":1533581073286},{\"exchangeId\":\"bitmarket\",\"rank\":\"2\",\"baseSymbol\":\"LTC\",\"baseId\":\"litecoin\",\"quoteSymbol\":\"PLN\",\"quoteId\":\"polish-zloty\",\"priceQuote\":\"267.7809000000000000\",\"priceUsd\":\"72.8939747117719696\",\"volumeUsd24Hr\":\"15903.4717157283477313\",\"percentExchangeVolume\":\"3.8673295056758483\",\"tradesCount24Hr\":\"122\",\"updated\":1533581038977},{\"exchangeId\":\"huobi\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USDT\",\"quoteId\":\"tether\",\"priceQuote\":\"403.6200000000000000\",\"priceUsd\":\"403.8530867526075044\",\"volumeUsd24Hr\":\"48142891.6525383164131441\",\"percentExchangeVolume\":\"6.6395907717735078\",\"tradesCount24Hr\":\"115805\",\"updated\":1533580609823},{\"exchangeId\":\"coinone\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"465500.0000000000000000\",\"priceUsd\":\"412.5328453245380500\",\"volumeUsd24Hr\":\"2237882.5197735748273733\",\"percentExchangeVolume\":\"16.7176540241441564\",\"tradesCount24Hr\":\"2568\",\"updated\":1533581042226},{\"exchangeId\":\"zb\",\"rank\":\"2\",\"baseSymbol\":\"QTUM\",\"baseId\":\"qtum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0009310000000000\",\"priceUsd\":\"6.4641025184953673\",\"volumeUsd24Hr\":\"108262076.2411359445909333\",\"percentExchangeVolume\":\"24.1121158089137292\",\"tradesCount24Hr\":null,\"updated\":1533581025571},{\"exchangeId\":\"mercado\",\"rank\":\"2\",\"baseSymbol\":\"BCH\",\"baseId\":\"bitcoin-cash\",\"quoteSymbol\":\"BRL\",\"quoteId\":\"brazilian-real\",\"priceQuote\":\"2685.0000100000000000\",\"priceUsd\":\"695.6082919616956929\",\"volumeUsd24Hr\":\"71099.3172687069180791\",\"percentExchangeVolume\":\"8.1365425764046614\",\"tradesCount24Hr\":\"375\",\"updated\":1533581072480},{\"exchangeId\":\"coinnest\",\"rank\":\"2\",\"baseSymbol\":\"TRX\",\"baseId\":\"tron\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"42.9000000000000000\",\"priceUsd\":\"0.0380186016421540\",\"volumeUsd24Hr\":\"182150.6862512170845338\",\"percentExchangeVolume\":\"13.8393356204783995\",\"tradesCount24Hr\":\"100\",\"updated\":1529192501379},{\"exchangeId\":\"okcoin\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"USD\",\"quoteId\":\"united-states-dollar\",\"priceQuote\":\"395.0700000000000000\",\"priceUsd\":\"395.0700000000000000\",\"volumeUsd24Hr\":\"19753.5000000000000000\",\"percentExchangeVolume\":\"4.6126510867401057\",\"tradesCount24Hr\":\"13\",\"updated\":1533581049581},{\"exchangeId\":\"tradesatoshi\",\"rank\":\"2\",\"baseSymbol\":\"ARISTO\",\"baseId\":\"aristo\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0000805900000000\",\"priceUsd\":\"0.5595510440016559\",\"volumeUsd24Hr\":\"98937.1491162193978536\",\"percentExchangeVolume\":\"5.8638722040051558\",\"tradesCount24Hr\":\"697\",\"updated\":1533581013723},{\"exchangeId\":\"btcturk\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"TRY\",\"quoteId\":\"turkish-lira\",\"priceQuote\":\"2107.0000000000000000\",\"priceUsd\":\"434.8720759909543087\",\"volumeUsd24Hr\":\"547699.6361068074040922\",\"percentExchangeVolume\":\"21.7479286122713240\",\"tradesCount24Hr\":\"28266\",\"updated\":1533581040507},{\"exchangeId\":\"braziliex\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BRL\",\"quoteId\":\"brazilian-real\",\"priceQuote\":\"1535.0500000000000000\",\"priceUsd\":\"397.6884560889819041\",\"volumeUsd24Hr\":\"28936.6074419465013069\",\"percentExchangeVolume\":\"16.9158531094231580\",\"tradesCount24Hr\":\"130\",\"updated\":1533581063982},{\"exchangeId\":\"exmo\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"RUB\",\"quoteId\":\"russian-ruble\",\"priceQuote\":\"442500.0000000000000000\",\"priceUsd\":\"7096.9076728397820000\",\"volumeUsd24Hr\":\"5964264.4334526647748138\",\"percentExchangeVolume\":\"19.2428736962322911\",\"tradesCount24Hr\":\"3004\",\"updated\":1533581059765},{\"exchangeId\":\"lakebtc\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"JPY\",\"quoteId\":\"japanese-yen\",\"priceQuote\":\"846164.0000000000000000\",\"priceUsd\":\"7535.4905357087231964\",\"volumeUsd24Hr\":\"1063357.1604571005910321\",\"percentExchangeVolume\":\"16.6552823586452597\",\"tradesCount24Hr\":\"1135\",\"updated\":1533581031951},{\"exchangeId\":\"cryptopia\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0579754000000000\",\"priceUsd\":\"402.5337584863333157\",\"volumeUsd24Hr\":\"199970.9206564733584921\",\"percentExchangeVolume\":\"5.2726031796210534\",\"tradesCount24Hr\":\"1481\",\"updated\":1533580885605},{\"exchangeId\":\"kuna\",\"rank\":\"2\",\"baseSymbol\":\"ETH\",\"baseId\":\"ethereum\",\"quoteSymbol\":\"UAH\",\"quoteId\":\"ukrainian-hryvnia\",\"priceQuote\":\"10800.0000000000000000\",\"priceUsd\":\"412.1036364330144000\",\"volumeUsd24Hr\":\"73567.8815278361314200\",\"percentExchangeVolume\":\"25.5895003735830611\",\"tradesCount24Hr\":\"628\",\"updated\":1533580990192},{\"exchangeId\":\"gatecoin\",\"rank\":\"2\",\"baseSymbol\":\"XTZ\",\"baseId\":\"tezos\",\"quoteSymbol\":\"BTC\",\"quoteId\":\"bitcoin\",\"priceQuote\":\"0.0002400000000000\",\"priceUsd\":\"1.6663636997195361\",\"volumeUsd24Hr\":\"11091.4698649679981877\",\"percentExchangeVolume\":\"21.8376015692179878\",\"tradesCount24Hr\":null,\"updated\":1533581005834},{\"exchangeId\":\"bithumb\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"KRW\",\"quoteId\":\"south-korean-won\",\"priceQuote\":\"7982000.0000000000000000\",\"priceUsd\":\"7073.7640631159242000\",\"volumeUsd24Hr\":\"12730115.8645254259661711\",\"percentExchangeVolume\":\"8.5716983300073345\",\"tradesCount24Hr\":null,\"updated\":1533581036265},{\"exchangeId\":\"coinmate\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"CZK\",\"quoteId\":\"czech-republic-koruna\",\"priceQuote\":\"153320.8000000000000000\",\"priceUsd\":\"6943.5032209317786091\",\"volumeUsd24Hr\":\"250864.5094499881532218\",\"percentExchangeVolume\":\"45.9083104052175682\",\"tradesCount24Hr\":\"486\",\"updated\":1533581066642},{\"exchangeId\":\"ccex\",\"rank\":\"2\",\"baseSymbol\":\"XID\",\"baseId\":\"international-diamond\",\"quoteSymbol\":\"DOGE\",\"quoteId\":\"dogecoin\",\"priceQuote\":\"0.6000000000000000\",\"priceUsd\":\"0.0016602000000000\",\"volumeUsd24Hr\":null,\"percentExchangeVolume\":null,\"tradesCount24Hr\":null,\"updated\":1533580531559},{\"exchangeId\":\"luno\",\"rank\":\"2\",\"baseSymbol\":\"BTC\",\"baseId\":\"bitcoin\",\"quoteSymbol\":\"NGN\",\"quoteId\":\"nigerian-naira\",\"priceQuote\":\"2462000.0000000000000000\",\"priceUsd\":\"6810.5117565697726000\",\"volumeUsd24Hr\":\"403593.5691728862733478\",\"percentExchangeVolume\":\"18.2926095073936712\",\"tradesCount24Hr\":\"2258\",\"updated\":1533581073393}],\"timestamp\":1533581173350}"}],"_postman_id":"9a40e6df-b7b1-4305-a2f9-4f124eb565f9"}],"id":"f70812db-72ee-4965-acfc-1c546082a012","description":"Take a closer look into exchanges with the /markets endpoint. Similar to the /exchanges endpoint, we strive to offer transparency into how real-time our data is with a key identifying when the market was last updated. For a historical view on how a market has performed, see the /candles endpoint.\nAll market data represents actual trades processed, orders on an exchange are not represented. Data received from individual markets is used to calculate the current price of an asset. ","event":[{"listen":"prerequest","script":{"id":"ebd561a0-146a-4e97-acb0-36e361482f54","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b52671a4-48d6-4957-ad1d-de002bc2230d","type":"text/javascript","exec":[""]}}],"_postman_id":"f70812db-72ee-4965-acfc-1c546082a012"},{"name":"Candles","item":[{"name":"/candles","id":"9f6621a5-aaf1-4d68-9118-8e8ed2e0c5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{host}}/v2/candles?exchange=poloniex&interval=h8&baseId=ethereum&quoteId=bitcoin\n","host":["{{host}}"],"path":["v2","candles"],"query":[{"key":"exchange","value":"poloniex"},{"key":"interval","value":"h8"},{"key":"baseId","value":"ethereum"},{"key":"quoteId","value":"bitcoin\n"}]},"description":"### Request\n\n| Key        | Required | Value         \t\t\t\t\t\t\t     | Description |\n|------------|----------|------------------------------------------------|-------------|\n| exchange   | required | poloniex      \t\t\t\t\t\t\t\t | exchange id\n| interval   | required | m1, m5, m15, m30, h1, h2, h4, h8, h12, d1, w1  | candle interval\n| baseId     | required | ethereum\t    \t\t\t\t\t\t\t\t | base id\n| quoteId    | required | bitcoin\t    \t\t\t\t\t\t\t     | quote id\n| start      | optional | 1528410925604\t\t\t\t\t\t\t\t\t | UNIX time in milliseconds. omiting will return the most recent candles\n| end        | optional | 1528411045604 \t\t\t\t\t\t\t\t | UNIX time in milliseconds. omiting will return the most recent candles\n\n### Response\n\n| Key        | Description |\n|------------|-------------|\n| open\t\t | the price (quote) at which the first transaction was completed in a given time period |\n| high\t\t | the top price (quote) at which the base was traded during the time period |\n| low\t\t | the bottom price (quote) at which the base was traded during the time period |\n| close \t | the price (quote) at which the last transaction was completed in a given time period |\n| volume\t | the amount of base asset traded in the given time period |\n| period\t | timestamp for starting of that time period, represented in UNIX milliseconds |"},"response":[{"id":"a3b265f3-c6ec-47d5-9070-dfafae8fb7b0","name":"/candles","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/v2/candles?exchange=poloniex&interval=h8&baseId=ethereum&quoteId=bitcoin\n","host":["{{host}}"],"path":["v2","candles"],"query":[{"key":"exchange","value":"poloniex"},{"key":"interval","value":"h8"},{"key":"baseId","value":"ethereum"},{"key":"quoteId","value":"bitcoin\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 18:46:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"16b2-pORX1FsbryCDAZrH9TMp+zz1X5g\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"open\":\"0.0708000000000000\",\"high\":\"0.0710450000000000\",\"low\":\"0.0706434000000000\",\"close\":\"0.0708350100000000\",\"volume\":\"1818.1433015300000000\",\"period\":1530720000000},{\"open\":\"0.0708316700000000\",\"high\":\"0.0715192000000000\",\"low\":\"0.0706544100000000\",\"close\":\"0.0712472600000000\",\"volume\":\"1649.2534471200000000\",\"period\":1530748800000},{\"open\":\"0.0712452600000000\",\"high\":\"0.0717550000000000\",\"low\":\"0.0709818600000000\",\"close\":\"0.0713202600000000\",\"volume\":\"1727.3015548300000000\",\"period\":1530777600000},{\"open\":\"0.0713400000000000\",\"high\":\"0.0716440200000000\",\"low\":\"0.0709436400000000\",\"close\":\"0.0716373500000000\",\"volume\":\"832.2377254200000000\",\"period\":1530806400000},{\"open\":\"0.0716852400000000\",\"high\":\"0.0717850000000000\",\"low\":\"0.0700000000000000\",\"close\":\"0.0703750000000000\",\"volume\":\"2791.1439402600000000\",\"period\":1530835200000},{\"open\":\"0.0703750000000000\",\"high\":\"0.0714796800000000\",\"low\":\"0.0702492000000000\",\"close\":\"0.0712949900000000\",\"volume\":\"1878.1581776500000000\",\"period\":1530864000000},{\"open\":\"0.0711771600000000\",\"high\":\"0.0717000000000000\",\"low\":\"0.0708528700000000\",\"close\":\"0.0711200000000000\",\"volume\":\"1368.7725389300000000\",\"period\":1530892800000},{\"open\":\"0.0711300000000000\",\"high\":\"0.0714714300000000\",\"low\":\"0.0707802600000000\",\"close\":\"0.0712365000000000\",\"volume\":\"865.5540202300000000\",\"period\":1530921600000},{\"open\":\"0.0712364900000000\",\"high\":\"0.0716181400000000\",\"low\":\"0.0708000000000000\",\"close\":\"0.0711000100000000\",\"volume\":\"1228.4198248600000000\",\"period\":1530950400000},{\"open\":\"0.0711894700000000\",\"high\":\"0.0718431700000000\",\"low\":\"0.0702000000000000\",\"close\":\"0.0718431700000000\",\"volume\":\"2143.3020698900000000\",\"period\":1530979200000},{\"open\":\"0.0719900000000000\",\"high\":\"0.0731662700000000\",\"low\":\"0.0717050100000000\",\"close\":\"0.0719200000000000\",\"volume\":\"1663.2797136100000000\",\"period\":1531008000000},{\"open\":\"0.0719250000000000\",\"high\":\"0.0729799900000000\",\"low\":\"0.0718556400000000\",\"close\":\"0.0727000100000000\",\"volume\":\"1462.4665687900000000\",\"period\":1531036800000},{\"open\":\"0.0727000100000000\",\"high\":\"0.0729700000000000\",\"low\":\"0.0721251500000000\",\"close\":\"0.0724850100000000\",\"volume\":\"1809.6590769100000000\",\"period\":1531065600000},{\"open\":\"0.0725550000000000\",\"high\":\"0.0726932200000000\",\"low\":\"0.0715000100000000\",\"close\":\"0.0719300000000000\",\"volume\":\"1489.4695856800000000\",\"period\":1531094400000},{\"open\":\"0.0719350000000000\",\"high\":\"0.0720063800000000\",\"low\":\"0.0712516100000000\",\"close\":\"0.0714000000000000\",\"volume\":\"1305.2166636100000000\",\"period\":1531123200000},{\"open\":\"0.0713949900000000\",\"high\":\"0.0714000000000000\",\"low\":\"0.0706850100000000\",\"close\":\"0.0707060000000000\",\"volume\":\"1757.5901286100000000\",\"period\":1531152000000},{\"open\":\"0.0706850100000000\",\"high\":\"0.0709288900000000\",\"low\":\"0.0690000000000000\",\"close\":\"0.0692376500000000\",\"volume\":\"4134.9898355400000000\",\"period\":1531180800000},{\"open\":\"0.0692004800000000\",\"high\":\"0.0695000000000000\",\"low\":\"0.0674380600000000\",\"close\":\"0.0690250000000000\",\"volume\":\"4217.5220123100000000\",\"period\":1531209600000},{\"open\":\"0.0690250000000000\",\"high\":\"0.0692500000000000\",\"low\":\"0.0681924800000000\",\"close\":\"0.0686250000000000\",\"volume\":\"1564.4274571600000000\",\"period\":1531238400000},{\"open\":\"0.0686302400000000\",\"high\":\"0.0689979800000000\",\"low\":\"0.0676004000000000\",\"close\":\"0.0687697400000000\",\"volume\":\"1897.3264469400000000\",\"period\":1531267200000},{\"open\":\"0.0686358400000000\",\"high\":\"0.0699000000000000\",\"low\":\"0.0685351500000000\",\"close\":\"0.0691300000000000\",\"volume\":\"3554.7047582000000000\",\"period\":1531296000000},{\"open\":\"0.0690850000000000\",\"high\":\"0.0699119000000000\",\"low\":\"0.0686500200000000\",\"close\":\"0.0697500000000000\",\"volume\":\"1254.6803122500000000\",\"period\":1531324800000},{\"open\":\"0.0696900000000000\",\"high\":\"0.0701733300000000\",\"low\":\"0.0691920000000000\",\"close\":\"0.0698973300000000\",\"volume\":\"1560.8181853000000000\",\"period\":1531353600000},{\"open\":\"0.0698973300000000\",\"high\":\"0.0702000000000000\",\"low\":\"0.0691950900000000\",\"close\":\"0.0697030000000000\",\"volume\":\"4291.7702089600000000\",\"period\":1531382400000},{\"open\":\"0.0697029900000000\",\"high\":\"0.0701000000000000\",\"low\":\"0.0686529500000000\",\"close\":\"0.0688606500000000\",\"volume\":\"1700.7687711700000000\",\"period\":1531411200000},{\"open\":\"0.0688604300000000\",\"high\":\"0.0700562200000000\",\"low\":\"0.0688604300000000\",\"close\":\"0.0698850000000000\",\"volume\":\"4853.9876114100000000\",\"period\":1531440000000},{\"open\":\"0.0698652400000000\",\"high\":\"0.0704701500000000\",\"low\":\"0.0697304100000000\",\"close\":\"0.0700050000000000\",\"volume\":\"1717.8862759500000000\",\"period\":1531468800000},{\"open\":\"0.0699774400000000\",\"high\":\"0.0700500000000000\",\"low\":\"0.0693500000000000\",\"close\":\"0.0694784500000000\",\"volume\":\"1700.4209570200000000\",\"period\":1531497600000},{\"open\":\"0.0695054900000000\",\"high\":\"0.0697200000000000\",\"low\":\"0.0692284000000000\",\"close\":\"0.0694482600000000\",\"volume\":\"819.9396176500000000\",\"period\":1531526400000},{\"open\":\"0.0694512800000000\",\"high\":\"0.0699999800000000\",\"low\":\"0.0693163000000000\",\"close\":\"0.0697800000000000\",\"volume\":\"513.2843779900000000\",\"period\":1531555200000},{\"open\":\"0.0697800000000000\",\"high\":\"0.0701231000000000\",\"low\":\"0.0690950200000000\",\"close\":\"0.0693935200000000\",\"volume\":\"1018.4489863700000000\",\"period\":1531584000000},{\"open\":\"0.0692600000000000\",\"high\":\"0.0696019800000000\",\"low\":\"0.0690873800000000\",\"close\":\"0.0694412600000000\",\"volume\":\"427.9522534700000000\",\"period\":1531612800000},{\"open\":\"0.0694450000000000\",\"high\":\"0.0709350000000000\",\"low\":\"0.0694400000000000\",\"close\":\"0.0709350000000000\",\"volume\":\"1189.5625595600000000\",\"period\":1531641600000},{\"open\":\"0.0709350000000000\",\"high\":\"0.0711370000000000\",\"low\":\"0.0704796500000000\",\"close\":\"0.0706550000000000\",\"volume\":\"640.3759941800000000\",\"period\":1531670400000}],\"timestamp\":1533581190540}"}],"_postman_id":"9f6621a5-aaf1-4d68-9118-8e8ed2e0c5e1"}],"id":"8af00f93-5e78-484a-a8f7-a97169edd2e5","description":"The /candles endpoint offers a look into how a market has performed historically. This data is represented in OHLCV candles - Open, High, Low, Close, and Volume. Please note that many parameters are required to request candles for a specific market. Candle history goes back to the inception of an exchange - you may even find data for exchanges that have come and gone!","event":[{"listen":"prerequest","script":{"id":"c435d92a-e705-43b4-90d9-0cd918e4d38f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84991a4c-2bc4-4683-84a6-90c65b99666b","type":"text/javascript","exec":[""]}}],"_postman_id":"8af00f93-5e78-484a-a8f7-a97169edd2e5"}],"id":"52d98e40-cf7b-439a-bef5-0c9b52859106","description":"## CoinCap 2.0 RESTful API is currently in beta!\n\nThe CoinCap team is excited to offer you new endpoints and more clarity on pricing! CoinCap 2.0 launched on September 26, 2018 and will go through a short period of public beta before becoming fully available for integration. \n\nWe encourage you to explore and test the new API during this beta period. We do not recommend a full integration into your app until the beta period is over, as some changes may occur in this time. The intention of this period of testing is to get your feedback on the API. Please let us know what you like, what you would hope to see, or any bugs/changes that you'd like to see. The easiest way to submit feedback to our team is to fill out a support ticket [here](https://coincap.zendesk.com/hc/en-us/requests/new).\n\nThe [current CoinCap API](https://github.com/CoinCapDev/CoinCap.io) will continue to operate as it has, but will be shut down on March 1, 2019.","event":[{"listen":"prerequest","script":{"id":"52563c3c-d716-4c2d-904d-ef51932be1d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93ea71ea-8a16-416d-9c01-6d953dea575d","type":"text/javascript","exec":[""]}}],"_postman_id":"52d98e40-cf7b-439a-bef5-0c9b52859106"},{"name":"WebSocket documentation","item":[{"name":"Trades","item":[],"id":"953dc4a5-418b-4050-8e0a-f27bad0f63d3","description":"The CoinCap trade websocket streams trades from other cryptocurrency exchange websockets. Users must select a specific exchange. In the /exchanges endpoint users can determine if an exchange has a socket available by noting response 'socket':true/false. See an example in the /exchanges endpoint documentation above. The trades websocket is the only way to receive individual trade data through CoinCap. \n\n`wss://ws.coincap.io/trades/binance`\n\n\n### Request\n\n| Path        | Required | Value    | Description\t\t\t\t\t\t\t\t              |\n|------------|----------|----------|----------------------------------------------------------|\n| exchange   | required | binance | list of exchanges can be found in the /exchanges endpoint |\n\n\n### Sample Code\n\n```\n<script>\n    const tradeWs = new WebSocket('wss://ws.coincap.io/trades/binance')\n\n    tradeWs.onmessage = function (msg) {\n        console.log(msg.data)\n    }\n</script>\n```\n\n### Response\n\n```\n{\n\t\"exchange\":\"binance\",\n\t\"base\":\"ethereum\",\n\t\"quote\":\"bitcoin\",\n\t\"direction\":\"buy\",\n\t\"price\":0.0342,\n\t\"volume\":2.923,\n\t\"timestamp\":1539198668067,\n\t\"priceUsd\":225.08077937819812\n}\n```","event":[{"listen":"prerequest","script":{"id":"c3b5e355-13f4-465f-be8d-19fb69c15451","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b5c2a95-2f2d-446a-bd1c-03fd7acf1fb3","type":"text/javascript","exec":[""]}}],"_postman_id":"953dc4a5-418b-4050-8e0a-f27bad0f63d3"},{"name":"Prices","item":[],"id":"d2c4a2af-9d20-44f3-9fb0-338818e2b724","description":"The CoinCap prices endpoint is the most accurate source of real-time changes to the global price of an asset. Each time the system receives data that moves the global price in one direction or another, this change is immediately published through the websocket. These prices correspond with the values shown in /assets - a value that may change several times per second based on market activity. \n\n`wss://ws.coincap.io/prices?assets=bitcoin,ethereum,monero,litecoin`\n\n### Request\n\n| Path        | Required | Value    | Description\t\t\t\t\t\t\t\t  |\n|------------|----------|----------|----------------------------------------------|\n| id         | required | bitcoin  | list of assets can be found in the /assets endpoint <br />Note: comma seperated |\n\n### Sample Code\n\n```\n<script>\n    const pricesWs = new WebSocket('wss://ws.coincap.io/prices?assets=bitcoin,ethereum,monero,litecoin')\n\n    pricesWs.onmessage = function (msg) {\n        console.log(msg.data)\n    }\n</script>\n```\n\n\n### Response\n\n```\n{  \n   \"bitcoin\":\"6389.06534240\",\n   \"ethereum\":\"192.93111286\",\n   \"monero\":\"108.90302506\",\n   \"litecoin\":\"52.25484165\"\n}\n```","event":[{"listen":"prerequest","script":{"id":"3dee47c6-15b0-41de-a409-524553b7d4fa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f78d866a-7802-471a-a674-88493e75d20f","type":"text/javascript","exec":[""]}}],"_postman_id":"d2c4a2af-9d20-44f3-9fb0-338818e2b724"}],"id":"660d3db3-6c73-458f-816d-d9ab07c5c1f8","event":[{"listen":"prerequest","script":{"id":"f234c983-9c22-4811-9a51-7c165f1fe9c7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e398f054-678e-40ff-84cb-d246d3a0f7bf","type":"text/javascript","exec":[""]}}],"_postman_id":"660d3db3-6c73-458f-816d-d9ab07c5c1f8"}],"event":[{"listen":"prerequest","script":{"id":"97f1247a-2add-4a44-a859-8a2fd088ecec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9942a51c-3525-4649-9831-4d71e5860e30","type":"text/javascript","exec":[""]}}]}