Affiliate fees collected by leodex.near from the NEAR Intents ecosystem
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.
leodex.near is the LeoFinance fee-collection account for NEAR Intents. Incoming fungible-token (FT) transfers from intents.near to leodex.near represent affiliate fee payments. This endpoint aggregates all such transfers from NearBlocks (paginated until exhausted) and groups them by token contract.
USD value is computed for stablecoin contracts (USDT, USDC). Other tokens have usd_value: 0 since their on-chain price is not resolved here.
| Field | Description |
|---|---|
generated_at | When this snapshot was built (ISO-8601) |
total_usd | Sum of usd_value across all token entries |
total_incoming_txs | Count of qualifying FT transfers (across all tokens) |
tokens[] | Per-token aggregation, sorted by usd_value descending |
tokens[i]| Field | Description |
|---|---|
token | Token symbol from NearBlocks metadata |
contract | NEAR account ID of the token contract |
amount | Total received in human-readable units |
decimals | Token decimals |
usd_value | USD value (only computed for stablecoins; 0 otherwise) |
tx_count | Transfer count for this token |
latest_tx | Most recent transaction hash |
latest_date | Timestamp of latest_tx (ISO-8601) |
X-Cache: HIT|MISS. TTL 10 minutes.
| Status | Description |
|---|---|
500 | NearBlocks API failure |
/leokit/explorer/stats (near_ecosystem_fees_usd) and /leokit/explorer/analytics (summary.near_ecosystem_fees_usd).page parameter; the loop stops when a page returns fewer than 100 results.cause === "TRANSFER" events from involved_account_id === "intents.near" are counted as fee transfers.Aggregated FT transfers from intents.near to leodex.near.