Host Jennifer Sanasie breaks down the latest news in the crypto industry from the surge in AI tokens to Nigeria's new regulatory guidelines. To get the show every day, follow the podcast here. \'CoinDesk Daily\' host Jennifer Sanasie breaks down the biggest headlines impacting the crypto industry today, including the 25% surge in artificial-intelligence tokens over the past 24 hours, according to data tracked by CoinGecko. Plus, Nigeria's SEC updates guidelines for crypto firms in an attempt to stop \'criminal activities.\' And, the latest announcement from Hong Kong’s Central Bank on a wholesale CBDC project. - Consensus is where experts convene to talk about the ideas shaping our digital future.Coindesk, 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": "tfDuXtOXAl5hvAPTQWEFQc8GlvWn-_dNS7MmOMy-ik0", "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": "tfDuXtOXAl5hvAPTQWEFQc8GlvWn-_dNS7MmOMy-ik0", "level": 2}'