On episode 382 of the BlockHash Podcast, Data Scientist Hristo Piyankov joins Brandon Zemp to talk about FinDaS and the importance of Tokenomics. FinDaS is a group of Tokenomics consultants that have been in crypto since 2015 and that employ a unique data-driven approach to token economies and token valuation. They design security, utility, asset-referenced (RWA), and tokens under the MiCA classification.Blockhash, Hristo Piyankov, February 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": "1jgDgB329WO8K4hPdfnak_BJ_Rroqe30vcbObIwUtmU", "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": "1jgDgB329WO8K4hPdfnak_BJ_Rroqe30vcbObIwUtmU", "level": 2}'