A Manhattan federal court has ruled against Coinbase, allowing the SEC’s lawsuit, which alleges unregistered sales of securities, to proceed to trial. This could have wide implications for the crypto industry.The SEC accuses Coinbase of operating as an unregistered broker and exchange. However, part of the SEC’s complaint pertaining to Coinbase’s Wallet application was dismissed.Following the news, Coinbase’s shares dropped around 2.5%. The company also announced its intention to increase the portion of its customer and corporate USDC balances stored on Base, its Ethereum layer 2 network.Munchables, a Web3 gaming platform, reclaimed $62.5 million worth of Ethereum (ETH) lost in a security exploit. The funds were returned by a developer linked to the theft.Unchained, March 2024
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "yHyU2YSLMpFMVH1LDS2lpZaXYJ7VESkoBlcgJixg8Jw", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "yHyU2YSLMpFMVH1LDS2lpZaXYJ7VESkoBlcgJixg8Jw", "level": 2}'