Find swaps by transaction hash, wallet address, or partial match
Documentation Index
Fetch the complete documentation index at: https://docs.leokit.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Search term (tx hash, wallet address, or partial). Max 200 chars |
| Detected type | Match rule |
|---|---|
address_evm | 0x[40 hex] — exact match against from_address or to_address |
address_thor | thor1[bech32] — same |
address_maya | maya1[bech32] — same |
address_btc | bc1..., 1..., 3... — same |
address_ltc | ltc1..., L..., M... — same |
address_doge | Dogecoin format — same |
address_near | *.near or 64-hex implicit account — same |
address_cosmos | kujira1..., osmo1..., cosmos1... — same |
tx_hash | Falls through if not an address — exact then partial ilike match |
text | Last-resort partial match against either address column |
wallet_summary:
| Status | Description |
|---|---|
400 | Missing q parameter or q longer than 200 chars |