get_similarity_match
Find top-3 historical regime matches for current BTC microstructure to predict 4-hour outcomes. Use for analogy-based trading decisions when microstructure repeats.
Instructions
What happened last time BTC microstructure looked like this? Top-3 historical regime matches with observed ~4h outcomes. USE WHEN: analogies / regime context. NOT WHEN: live trap (get_mm_trap_state) or vault cycle (get_btc_usdc_signal). RETURNS: hypernatt_similarity_match_v1 with matches[] (similarity_score, outcome_4h, features summary). COST: 1 credit / free tier / quota / $0.01 x402 Base. Side effects: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_payment | No | Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions. | |
| full_payload | No | If true, return full JSON with feature vectors; default summary only. | |
| agent_wallet | No | Optional EVM wallet (0x + 40 hex). Skips x402 when quota covers credit weight. |