[{"data":1,"prerenderedAt":346},["ShallowReactive",2],{"api/learn-center-post-en-sdk-vs-api-understanding-the-differences-and-use-cases":3,"footer-en":56,"learn/security/sdk-vs-api-understanding-the-differences-and-use-cases-en-seo":254,"navigation-en-learn-center":259,"api/learn-categories-en":307},{"seo":4,"locale":21,"breadcrumbs":22,"excerpt":30,"featuredImage":31,"components":38,"title":5,"formattedPublishedAt":49,"geofencings":50,"category":51,"pagination":53,"campaignExternalId":7},{"title":5,"metaTitle":5,"metaDescription":6,"keywords":7,"metaRobots":7,"structuredData":8,"metaImage":9,"metaSocial":17,"canonicalURL":7,"localizations":18},"SDK vs. API: Understanding the Differences and Use Cases ","SDKs and APIs help developers build products, providing frameworks and operations to enhance functionality in software and online services.",null,{},{"url":10,"mime":11,"ext":12,"width":13,"height":14,"name":15,"alt":16},"bitstampImageUrl/sdk_vs_api_understanding_the_differences_and_use_cases_d29eeabfd7_586aafb72f.png","image/png",".png",900,451,"sdk_vs_api_understanding_the_differences_and_use_cases_d29eeabfd7.png","",[],[19],{"pathname":20,"locale":21},"/learn/security/sdk-vs-api-understanding-the-differences-and-use-cases/","en",[23,27],{"id":24,"text":25,"url":24,"asUrl":26},"/learn/security/","Security",true,{"id":28,"text":5,"url":20,"asUrl":29},"sdk-vs-api-understanding-the-differences-and-use-cases",false,"\u003Cp>Software development kits (SDKs) and application programming interfaces (APIs) are two different types of tools that developers can use to build their products. They serve different roles in providing the frameworks and operations that drive functionality in computer programs and online services. \u003C/p>\n",{"url":32,"mime":33,"ext":34,"width":35,"height":36,"name":37,"alt":16},"bitstampImageUrl/sdk_vs_api_understanding_the_differences_and_use_cases_7310a17255_0a13f1f929.svg","image/svg+xml",".svg",1921,1080,"sdk_vs_api_understanding_the_differences_and_use_cases_7310a17255.svg",[39],{"component":40,"props":41,"content":42,"secondaryContent":46,"ctas":47,"secondaryCtas":48,"ctasNoMarginTop":29},"section.full-text",{"centered":29,"withoutSectionContainer":29},{"text":43,"width":44,"align":45},"\u003Ch2>What is a software development kit (SDK)?\u003C/h2>\n\u003Cp>Software development kits (SDKs) are comprehensive collections of tools that help developers program within specific ecosystems. SDKs are often provided by parties like mobile platforms (iOS, Android), gaming environments (Unity), and cloud computing platforms (Amazon Web Services, Google Cloud) to for programmers to build using their products.  \u003C/p>\n\u003Cp>SDKs typically include a suite of tools that span a broad range of functionality. Usually, this is tailored to the purpose of the platform providing the SDK. For instance, a mobile phone SDK may provide a programming code editor, debugging software, and libraries of pre-packaged code that account for basic functions like statistical calculations, 3D rendering, and integrating with location services—so they don’t have to be written from scratch. An SDK may also provide ways for applications to communicate externally with other software, called application programming interfaces (APIs). More information about APIs can be found below.  \u003C/p>\n\u003Cp>In this way, SDKs can be considered as a type of “outline” that makes it easier to write the “essays” that become computer programs. They provide concepts, organization, and snippets of text from which developers can build out their own projects with minimal friction. \u003C/p>\n\u003Cp>In \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-is-cryptocurrency/\">crypto\u003C/a>, SDKs are found in multiple forms. Perhaps the most high-profile SDKs are the ones associated with specific \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-is-a-blockchain/\">blockchain\u003C/a> products. The Cosmos SDK is a good example: it provides the tools necessary for developers to create purpose-built blockchains connected to the Cosmos Hub. Whereas building a blockchain application may be a daunting task without an adequate starting point, the Cosmos SDK provides every basic tool necessary to connect to the Hub—including other Cosmos-connected chains—and construct almost any desired functionality. \u003C/p>\n\u003Ch2>What is an application programming interface (API)?\u003C/h2>\n\u003Cp>Application programming interfaces (APIs) are also tools used in software development. Their primary role is governing how different software systems “speak” to each other. APIs may exist independently of SDKs, but SDKs often include one or more APIs because external communication is often desirable—and even required—in the increasingly interconnected world.  In this way, the role of APIs is more limited in its scope than the role of SDKs, but that doesn’t mean that they are any less important. In fact, most people using the internet interact (indirectly) with multiple APIs every day. \u003C/p>\n\u003Cp>At a most basic level, APIs connect two or more pieces of software. More specifically, they define a set of rules that allow for *certain types *of information to pass between programs. This optimizes security while still allowing for the exchange of necessary data. APIs work based on “call and response,” where one program requests certain data from another, and the other responds by sending it (if the prerequisites are met). \u003C/p>\n\u003Cp>Take the example of chart-making software that helps users visualize financial asset prices. The information for the pricing of various financial assets (*e.g., *stocks, cryptocurrencies) must come from a primary source like brokers or exchanges. These data providers allow information sharing through APIs that the chart-making software requests, in order to make it available to its users.   \u003C/p>\n\u003Cp>In crypto, APIs are used for a multitude of purposes. \u003Ca href=\"https://www.bitstamp.net/learn/crypto-trading/how-does-a-crypto-exchange-work/\">Centralized exchanges\u003C/a> (like \u003Ca href=\"https://www.bitstamp.net/api/\" rel=\"nofollow\">Bitstamp by Robinhood\u003C/a>) provide APIs for pricing data (as above) and to facilitate trading workflows, and this data is sometimes also available through third parties like CoinGecko and CoinMarketCap. Blockchain explorers like \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-is-etherscan/\">Etherscan\u003C/a> ( \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-ethereum-eth/\">thereum\u003C/a>) and Solscan ( \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-solana-sol/\">olana\u003C/a>) also offer APIs for developers building applications dependent on data about \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/how-do-cryptocurrency-transactions-work/\">transactions\u003C/a> on their respective chains. \u003C/p>\n\u003Ch2>Comparison of SDKs and APIs\u003C/h2>\n\u003Cp>Both SDKs and APIs are used to build software products with important functionality. However, they serve slightly different functions. Whereas APIs are more focused instruments that facilitate communication of data between pieces of software, SDKs are more wide-reaching in their support for multiple aspects of software development. Further, SDKs may contain APIs within their suite of offerings. In other words, an API is like a screwdriver where an SDK is the whole toolbox. \u003C/p>\n\u003Cp>SDKs are generally provided by platforms for developers in a specific ecosystem, and rarely do SDKs effectively span multiple ecosystems. APIs, however, are built so that different systems can connect with each other, so they are more generalizable. Despite their differences, however, both are very important tools for software design and implementation, and their respective functions are highly valued in all technological enterprises. \u003C/p>\n\u003Ch2>SDK vs API essentials\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cp>Software development kits (SDKs) are toolkits that contain multiple ways for developers to build functionality within an ecosystem like a mobile phone operating system, a game, or a blockchain. \u003C/p>\n\u003C/li>\n\u003Cli>\u003Cp>Application programming interfaces (APIs) are more focused tools provided by platforms so that data can be integrated—securely—across different programs.\u003C/p>\n\u003C/li>\n\u003C/ul>\n","full","left",{"text":16},[],[],"February 13th, 2025",{},{"title":25,"url":24,"geofencings":52},{},{"previous":54,"next":55},"/learn/security/protecting-your-crypto-from-phishing-attacks/","/learn/security/the-importance-of-cold-storage-for-cryptocurrency/",{"ready":26,"sections":57,"disclaimer":252,"copyright":253},[58,101,129,152,189,208],{"title":59,"content":16,"items":60},"About",[61,66,71,76,81,86,91,96],{"noFollow":26,"isExternal":29,"name":62,"value":63,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":64,"geofencings":65},"Who We Are","/about-us/",{},{},{"noFollow":26,"isExternal":26,"name":67,"value":68,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":69,"geofencings":70},"Careers","https://careers.robinhood.com/",{},{},{"noFollow":26,"isExternal":29,"name":72,"value":73,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":74,"geofencings":75},"Legal & Privacy","/legal/",{},{},{"noFollow":26,"isExternal":29,"name":77,"value":78,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":79,"geofencings":80},"Legal & Privacy - USA","/legal/terms-of-use/inc/",{},{},{"noFollow":26,"isExternal":29,"name":82,"value":83,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":84,"geofencings":85},"For Law Enforcement","/legal/guidelines-for-law-enforcement-agencies/",{},{},{"noFollow":26,"isExternal":29,"name":87,"value":88,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":89,"geofencings":90},"Disclosures and Disclaimers","/legal/disclaimers",{},{},{"noFollow":26,"isExternal":29,"name":92,"value":93,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":94,"geofencings":95},"Fee Schedule","/fee-schedule/",{},{},{"noFollow":29,"isExternal":29,"name":97,"value":98,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":99,"geofencings":100},"FAQ","/faq/",{},{},{"title":102,"content":16,"items":103},"Products",[104,109,114,119,124],{"noFollow":29,"isExternal":29,"name":105,"value":106,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":107,"geofencings":108},"Mobile App","/mobile/",{},{},{"noFollow":29,"isExternal":29,"name":110,"value":111,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":112,"geofencings":113},"Tradeview","/market/tradeview/",{},{},{"noFollow":29,"isExternal":29,"name":115,"value":116,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":117,"geofencings":118},"Earn Stake","/crypto-staking/",{},{"geofencing-uk":26},{"noFollow":29,"isExternal":29,"name":120,"value":121,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":122,"geofencings":123},"Earn Lend","/crypto-lending/",{},{"geofencing-uk":26},{"noFollow":29,"isExternal":29,"name":125,"value":126,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":127,"geofencings":128},"Derivatives","/perpetual-futures/",{},{},{"title":130,"content":16,"items":131},"Services",[132,137,142,147],{"noFollow":29,"isExternal":29,"name":133,"value":134,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":135,"geofencings":136},"Institutions & Partners","/institutional-trading/",{},{},{"noFollow":29,"isExternal":29,"name":138,"value":139,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":140,"geofencings":141},"Bitstamp as a Service","/bitstamp-as-a-service/",{},{},{"noFollow":29,"isExternal":29,"name":143,"value":144,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":145,"geofencings":146},"The Bitstamp Ecosystem","/partners/",{},{},{"noFollow":29,"isExternal":29,"name":148,"value":149,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":150,"geofencings":151},"Pro","/pro/",{},{},{"title":153,"content":16,"items":154},"Resources",[155,160,165,170,174,179,184],{"noFollow":26,"isExternal":29,"name":156,"value":157,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":158,"geofencings":159},"HTTP API","/api/",{},{},{"noFollow":29,"isExternal":29,"name":161,"value":162,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":163,"geofencings":164},"Websocket API v2","/websocket/v2/",{},{},{"noFollow":29,"isExternal":29,"name":166,"value":167,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":168,"geofencings":169},"FIX v2","/fix/v2/",{},{},{"noFollow":26,"isExternal":29,"name":171,"value":157,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":29,"attachment":172,"geofencings":173},"API Documentation",{},{},{"noFollow":29,"isExternal":29,"name":175,"value":176,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":177,"geofencings":178},"PGP Key","/pgp-key/",{},{},{"noFollow":29,"isExternal":29,"name":180,"value":181,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":182,"geofencings":183},"Lightning Network","/lightning-network-node/",{},{},{"noFollow":29,"isExternal":29,"name":185,"value":186,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":187,"geofencings":188},"Market Details","/market-details/",{},{},{"title":190,"content":16,"items":191},"Address",[192,196,200,204],{"noFollow":29,"isExternal":29,"name":193,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":194,"geofencings":195},"Bitstamp Ltd",{},{},{"noFollow":29,"isExternal":29,"name":197,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":198,"geofencings":199},"5 New Street Square",{},{},{"noFollow":29,"isExternal":29,"name":201,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":202,"geofencings":203},"London, EC4A 3TW",{},{},{"noFollow":29,"isExternal":29,"name":205,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":206,"geofencings":207},"United Kingdom",{},{},{"title":209,"content":16,"items":210},"Contact",[211,216,220,224,228,232,237,242,247],{"noFollow":29,"isExternal":29,"name":212,"value":213,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":214,"geofencings":215},"Customer support","/customer-support/",{},{},{"noFollow":29,"isExternal":29,"name":217,"value":217,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":218,"geofencings":219},"info@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":221,"value":221,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":222,"geofencings":223},"press@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":225,"value":225,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":226,"geofencings":227},"support@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":229,"value":229,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":230,"geofencings":231},"complaints@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":233,"value":234,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":235,"geofencings":236},"+44 20 3868 9628","+442038689628",{},{},{"noFollow":29,"isExternal":29,"name":238,"value":239,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":240,"geofencings":241},"+1 800 712 5702","+18007125702",{},{},{"noFollow":29,"isExternal":29,"name":243,"value":244,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":245,"geofencings":246},"+352 20 88 10 96","+35220881096",{},{},{"noFollow":29,"isExternal":29,"name":248,"value":249,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":250,"geofencings":251},"+65 3105 1676","+6531051676",{},{},"\u003Cp>Please read the general \u003Ca href=\"/legal/risk-warning/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Risk Warning\u003C/a>, and \u003Ca href=\"/legal/uk-investment-risk-warning/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Risk Summary\u003C/a> for UK residents before investing in crypto-assets. \u003C/p>\n\u003Cp>Crypto-assets services are provided by the following Bitstamp legal entities depending on client residency: (1) Bitstamp Europe S.A., which is authorized by the Commission de Surveillance du Secteur Financier (CSSF) in Luxembourg as a payment institution (licence number Z00000012) and crypto-asset service provider (licence number N00000003); Registered address: 40, avenue Monterey, L-2163 Luxembourg, Grand Duchy of Luxembourg; Registration number: B196856; (2) Bitstamp UK Ltd., which is registered with the Financial Conduct Authority (FCA) in the UK for the provision of certain cryptoassets activities under the Money Laundering Regulations (Firm Reference Number 978690); Registered address: 5 New Street Square, EC4A 3TW London, United Kingdom; Registration number: 14174243; (3) Bitstamp Ltd.with its registered address at 5 New Street Square, EC4A 3TW London, United Kingdom and registration number: 8157033; (4) Bitstamp Global Ltd., which is registered as a Virtual Asset Service Provider in the British Virgin Islands and is supervised by the British Virgin Islands Financial Services Commission (FSC); Registered address: Floor 4, Banco Popular Building, Road Town, Tortola VG1110, British Virgin Islands; Registered number: 2086429; and (5) Bitstamp Asia Pte Ltd, which is authorized by the Monetary Authority of Singapore (MAS) as a major payment institution (licence number PS20200667); Registered address: 63 Chulia Street, OCBC Centre East, #15-01, Singapore 049514; Registered number: 202016687K;\u003C/p>\n\u003Cp>Virtual currency services to US residents are provided by Bitstamp USA, Inc., which is licensed to engage in virtual currency business activity by the New York State Department of Financial Services. Licensed as a Money Transmitter by the New York State Department of Financial Services. Review a \u003Ca href=\"/legal/usa-inc/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">list of its licenses and other registrations\u003C/a> (NMLS number \u003Ca href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1905429\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">1905429\u003C/a>) for more information; Registered address: 85 Willow Road, Menlo Park, CA 94025, United States of America; Registered number: 5481543.\u003C/p>\n\u003Cp>Investment services with regards to trading in crypto derivatives are provided by Bitstamp Financial Services Ltd., which is authorized and supervised by the Slovenian Securities Market Agency (ATVP) as a MiFiD investment firm. Trading crypto derivatives carries significant risks and may result in substantial losses. Please trade responsibly and ensure you understand the associated risks. You can find more about the risks \u003Ca href=\"/legal/financial-services/general-terms-and-conditions/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">here\u003C/a>. To help you understand the risks involved we have put together a series of \u003Ca href=\"/derivatives/key-information-documents/\" target=\"_blank\" rel=\"noopener noreferrer\">Key Information Documents (KIDs)\u003C/a> highlighting the risks and rewards related to each derivatives contract. Crypto derivatives trading is not available to customers in the US, Canada, Japan and some other countries. Bitstamp Financial Services Ltd. does not provide crypto-asset services.\u003C/p>\n\u003Cp>To find out more about which Bitstamp entity you receive services from, please check the Profile/My information in your Bitstamp account. You can read more about our legal terms, policies and disclosures \u003Ca href=\"/legal/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">here\u003C/a>.\u003C/p>\n","\u003Cp>All rights reserved © 2026 Bitstamp by Robinhood. \u003Ca href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1905429\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">NMLS #1905429\u003C/a>\u003C/p>\n",{"description":6,"ogDescription":6,"ogImage":255,"twitterImage":255,"twitterSite":256,"twitterCreator":256,"twitterCard":257,"twitterTitle":5,"twitterDescription":6,"titleTemplate":258},"https://assets.bitstamp.net/msc/_ipx/enlarge_true&f_png&fit_cover&q_85&s_1200x630/bitstampImageUrl/sdk_vs_api_understanding_the_differences_and_use_cases_d29eeabfd7_586aafb72f.png","@Bitstamp","summary_large_image","%s",{"items":260,"ready":26,"platformButtonText":303,"backButtonText":304,"logInButtonText":305,"signUpButtonText":306},[261,265,269,272,275,278,281,286,289,294,299],{"headerName":262,"sidemenuName":133,"url":134,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":263,"submenu":264,"tag":16},"Institutions",{},[],{"headerName":125,"sidemenuName":125,"url":126,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":266,"submenu":267,"tag":268},{},[],"NEW",{"headerName":148,"sidemenuName":148,"url":149,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":270,"submenu":271,"tag":16},{},[],{"headerName":105,"sidemenuName":105,"url":106,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":273,"submenu":274,"tag":16},{},[],{"headerName":115,"sidemenuName":115,"url":116,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":276,"submenu":277,"tag":16},{},[],{"headerName":120,"sidemenuName":120,"url":121,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":279,"submenu":280,"tag":16},{"geofencing-uk":26},[],{"headerName":282,"sidemenuName":282,"url":283,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":284,"submenu":285,"tag":16},"Markets","/markets/",{},[],{"headerName":110,"sidemenuName":110,"url":111,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":287,"submenu":288,"tag":16},{},[],{"headerName":290,"sidemenuName":290,"url":291,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":292,"submenu":293,"tag":16},"Blog","https://blog.bitstamp.net/",{},[],{"headerName":295,"sidemenuName":295,"url":296,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":297,"submenu":298,"tag":16},"Learn","/learn/",{},[],{"headerName":300,"sidemenuName":300,"url":106,"noFollow":29,"showInHeader":29,"showInSidemenu":26,"geofencings":301,"submenu":302,"tag":16},"Get Bitstamp by Robinhood app",{},[],"Go to platform","Back","Log in","Get started",[308,312,316,320,324,328,332,336,338,342],{"title":309,"url":310,"geofencings":311},"Blockchain technology","/learn/blockchain/",{},{"title":313,"url":314,"geofencings":315},"Company profiles","/learn/company-profiles/",{},{"title":317,"url":318,"geofencings":319},"Crypto 101","/learn/crypto-101/",{},{"title":321,"url":322,"geofencings":323},"Crypto definitions","/learn/crypto-definitions/",{},{"title":325,"url":326,"geofencings":327},"Crypto trading","/learn/crypto-trading/",{},{"title":329,"url":330,"geofencings":331},"Cryptocurrency guide","/learn/cryptocurrency-guide/",{"geofencing-uk":26},{"title":333,"url":334,"geofencings":335},"People profiles","/learn/people-profiles/",{},{"title":25,"url":24,"geofencings":337},{},{"title":339,"url":340,"geofencings":341},"Tutorials","/learn/bitstamp-tutorials/",{},{"title":343,"url":344,"geofencings":345},"Web3","/learn/web3/",{},1777988149872]