Mayan Cross-Chain Swap Tracker (Sol ↔ EVM, Multi-Bridge) avatar

Mayan Cross-Chain Swap Tracker (Sol ↔ EVM, Multi-Bridge)

Pricing

Pay per usage

Go to Apify Store
Mayan Cross-Chain Swap Tracker (Sol ↔ EVM, Multi-Bridge)

Mayan Cross-Chain Swap Tracker (Sol ↔ EVM, Multi-Bridge)

Live Mayan Finance cross-chain swaps: Solana ↔ EVM, source / destination chain, swap value USD, refund status. Catch whale rotation between ecosystems before single-chain data shows it. PPE $0.001/swap.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Mayan Cross-chain Swap Tracker

Monitor real-time cross-chain swaps via Mayan Finance — flows between Solana, Ethereum, Base, Arbitrum, Optimism, BSC, Polygon, Avalanche, and more. Detect whale-sized bridge activity. No API key required.


What It Does

Mayan Finance is one of the largest cross-chain swap protocols, supporting native-token swaps across Solana ↔ EVM ecosystems. This Actor monitors live swaps:

  • Trader address + destination address
  • Source / destination chains (chain ID + human name)
  • Tokens swapped (from / to symbols + addresses)
  • Amounts + USD value (computed from token price)
  • Status (in-progress, completed, refunded)
  • Tx hashes for blockchain inspection

Filterable by min USD value, source/dest chain, source token. Telegram alerts on whale swaps.


Why This Matters

Cross-chain swap data is one of the cleanest signals of capital movement in crypto:

  • OTC flow — large traders bridging from Ethereum to Solana before pumps
  • Treasury movements — DAOs/protocols rebalancing across chains
  • Whale recon — track specific addresses' cross-ecosystem positioning
  • Liquidity migration — early signal when capital leaves one chain for another

Pair with Smart Money Wallet Tracker (which is single-chain) for a complete on-chain picture.


Input

FieldTypeDefaultDescription
minUsdValueinteger10000Min USD value of swap
sourceChainstring""Chain ID filter (e.g. 1=Solana, 2=Ethereum, 23=Arbitrum, 30=Base). Empty = all
destChainstring""Destination chain ID. Empty = all
fromTokenSymbolstring""E.g. USDC, SOL, ETH. Empty = all
limitinteger100Max swaps (1–1000)
alertWhaleUsdinteger0Telegram alert when any swap ≥ this USD. 0 = disabled
telegramBotTokenstring (secret)Bot token for alerts
telegramChatIdstringChat ID for alerts

Chain IDs reference

IDChainIDChain
1Solana6Avalanche
2Ethereum23Arbitrum
4BSC24Optimism
5Polygon30Base

Example: All $100K+ swaps from Solana

{"minUsdValue": 100000, "sourceChain": "1", "limit": 100}

Example: USDC bridging out of Ethereum, alert on $1M+

{
"fromTokenSymbol": "USDC",
"sourceChain": "2",
"alertWhaleUsd": 1000000,
"telegramBotToken": "<token>",
"telegramChatId": "<chat>"
}

Output

{
"order_id": "SWIFT_V2_0x...",
"trader": "0x...",
"dest_address": "0x...",
"source_chain_id": "2",
"source_chain_name": "ethereum",
"dest_chain_id": "1",
"dest_chain_name": "solana",
"from_token_symbol": "USDC",
"to_token_symbol": "SOL",
"from_amount": 250000,
"to_amount": 1455.2,
"usd_value": 250000,
"status": "ORDER_CREATED",
"client_status": "INPROGRESS",
"service": "SWIFT_V2",
"initiated_at": "2026-06-03T01:30:00Z",
"source_tx_hash": "0x...",
"fulfill_tx_hash": null,
"mayan_url": "https://explorer.mayan.finance/swap/SWIFT_V2_0x..."
}

Pricing

  • $0.001 per swap returned

Examples:

  • Recent 100 swaps: $0.10
  • Full 1000-sweep: $1.00

Data Source

Mayan Explorer API — official public endpoint, no auth required.




🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset0
Dataset (JSON)https://api.apify.com/v2/datasets/lz7IyT0jTJCzRH3Rh/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/lz7IyT0jTJCzRH3Rh/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/9dR5HKUh4eHHaQ6ta/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/VDWyFPUzeJfb9WZ8P

Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.

Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.

Feedback

Leave a review on Apify Store