curl --request GET \
--url 'https://api.example.com/api/bridge-stats/[address]'{
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"year": 2025,
"generatedAt": "2025-03-15T14:30:00.000Z",
"totalBridgingActions": 42,
"totalVolumeUSD": 125430.50,
"mostUsedSourceChain": {
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
"mostUsedDestinationChain": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
"highestVolumeDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 85230.25,
"logo": "https://example.com/logos/arbitrum.png"
},
"mostBridgedToken": {
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
"busiestDay": {
"date": "2025-06-15",
"count": 8,
"primaryDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 5
}
},
"providerBreakdown": {
"across": {
"count": 25,
"volumeUSD": 78500.25
},
"relay": {
"count": 12,
"volumeUSD": 35200.00
},
"lifi": {
"count": 5,
"volumeUSD": 11730.25
}
},
"monthlyActivity": [
{
"month": "2025-01",
"monthName": "January",
"count": 5,
"volumeUSD": 15230.50
},
{
"month": "2025-02",
"monthName": "February",
"count": 3,
"volumeUSD": 8400.00
},
{
"month": "2025-03",
"monthName": "March",
"count": 0,
"volumeUSD": 0
}
],
"topSourceChains": [
{
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
{
"chainId": 10,
"chainName": "Optimism",
"count": 12,
"percentage": 28.57,
"volumeUSD": 0,
"logo": "https://example.com/logos/optimism.png"
}
],
"topDestinationChains": [
{
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
{
"chainId": 8453,
"chainName": "Base",
"count": 10,
"percentage": 23.81,
"volumeUSD": 0,
"logo": "https://example.com/logos/base.png"
}
],
"topTokens": [
{
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
{
"symbol": "WETH",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"count": 10,
"totalVolumeUSD": 25830.50,
"percentage": 23.81,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/2396.png"
}
],
"transactions": [
{
"id": "across-1234567890",
"provider": "across",
"txHash": "0xabc123...",
"timestamp": 1704067200,
"sourceChainId": 1,
"sourceChainName": "Ethereum",
"destinationChainId": 42161,
"destinationChainName": "Arbitrum",
"tokenSymbol": "USDC",
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "5000000000",
"amountFormatted": 5000,
"amountUSD": 5000.00,
"status": "completed"
}
]
}
Retrieve comprehensive bridge statistics for a wallet address
curl --request GET \
--url 'https://api.example.com/api/bridge-stats/[address]'{
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"year": 2025,
"generatedAt": "2025-03-15T14:30:00.000Z",
"totalBridgingActions": 42,
"totalVolumeUSD": 125430.50,
"mostUsedSourceChain": {
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
"mostUsedDestinationChain": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
"highestVolumeDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 85230.25,
"logo": "https://example.com/logos/arbitrum.png"
},
"mostBridgedToken": {
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
"busiestDay": {
"date": "2025-06-15",
"count": 8,
"primaryDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 5
}
},
"providerBreakdown": {
"across": {
"count": 25,
"volumeUSD": 78500.25
},
"relay": {
"count": 12,
"volumeUSD": 35200.00
},
"lifi": {
"count": 5,
"volumeUSD": 11730.25
}
},
"monthlyActivity": [
{
"month": "2025-01",
"monthName": "January",
"count": 5,
"volumeUSD": 15230.50
},
{
"month": "2025-02",
"monthName": "February",
"count": 3,
"volumeUSD": 8400.00
},
{
"month": "2025-03",
"monthName": "March",
"count": 0,
"volumeUSD": 0
}
],
"topSourceChains": [
{
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
{
"chainId": 10,
"chainName": "Optimism",
"count": 12,
"percentage": 28.57,
"volumeUSD": 0,
"logo": "https://example.com/logos/optimism.png"
}
],
"topDestinationChains": [
{
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
{
"chainId": 8453,
"chainName": "Base",
"count": 10,
"percentage": 23.81,
"volumeUSD": 0,
"logo": "https://example.com/logos/base.png"
}
],
"topTokens": [
{
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
{
"symbol": "WETH",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"count": 10,
"totalVolumeUSD": 25830.50,
"percentage": 23.81,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/2396.png"
}
],
"transactions": [
{
"id": "across-1234567890",
"provider": "across",
"txHash": "0xabc123...",
"timestamp": 1704067200,
"sourceChainId": 1,
"sourceChainName": "Ethereum",
"destinationChainId": 42161,
"destinationChainName": "Arbitrum",
"tokenSymbol": "USDC",
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "5000000000",
"amountFormatted": 5000,
"amountUSD": 5000.00,
"status": "completed"
}
]
}
GET /api/bridge-stats/{address}
0x.Format: 0x followed by 40 hexadecimal characters (0-9, a-f, A-F)Example: 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb2024curl -X GET "https://bridge-wrapped.vercel.app/api/bridge-stats/0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb?year=2025" \
-H "Content-Type: application/json"
2025-03-15T14:30:00.000ZShow properties
Show properties
Show properties
Show properties
Show object properties
Show object properties
{
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"year": 2025,
"generatedAt": "2025-03-15T14:30:00.000Z",
"totalBridgingActions": 42,
"totalVolumeUSD": 125430.50,
"mostUsedSourceChain": {
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
"mostUsedDestinationChain": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
"highestVolumeDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 85230.25,
"logo": "https://example.com/logos/arbitrum.png"
},
"mostBridgedToken": {
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
"busiestDay": {
"date": "2025-06-15",
"count": 8,
"primaryDestination": {
"chainId": 42161,
"chainName": "Arbitrum",
"count": 5
}
},
"providerBreakdown": {
"across": {
"count": 25,
"volumeUSD": 78500.25
},
"relay": {
"count": 12,
"volumeUSD": 35200.00
},
"lifi": {
"count": 5,
"volumeUSD": 11730.25
}
},
"monthlyActivity": [
{
"month": "2025-01",
"monthName": "January",
"count": 5,
"volumeUSD": 15230.50
},
{
"month": "2025-02",
"monthName": "February",
"count": 3,
"volumeUSD": 8400.00
},
{
"month": "2025-03",
"monthName": "March",
"count": 0,
"volumeUSD": 0
}
],
"topSourceChains": [
{
"chainId": 1,
"chainName": "Ethereum",
"count": 18,
"percentage": 42.86,
"volumeUSD": 0,
"logo": "https://example.com/logos/ethereum.png"
},
{
"chainId": 10,
"chainName": "Optimism",
"count": 12,
"percentage": 28.57,
"volumeUSD": 0,
"logo": "https://example.com/logos/optimism.png"
}
],
"topDestinationChains": [
{
"chainId": 42161,
"chainName": "Arbitrum",
"count": 15,
"percentage": 35.71,
"volumeUSD": 0,
"logo": "https://example.com/logos/arbitrum.png"
},
{
"chainId": 8453,
"chainName": "Base",
"count": 10,
"percentage": 23.81,
"volumeUSD": 0,
"logo": "https://example.com/logos/base.png"
}
],
"topTokens": [
{
"symbol": "USDC",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"count": 28,
"totalVolumeUSD": 95600.00,
"percentage": 66.67,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
},
{
"symbol": "WETH",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"count": 10,
"totalVolumeUSD": 25830.50,
"percentage": 23.81,
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/2396.png"
}
],
"transactions": [
{
"id": "across-1234567890",
"provider": "across",
"txHash": "0xabc123...",
"timestamp": 1704067200,
"sourceChainId": 1,
"sourceChainName": "Ethereum",
"destinationChainId": 42161,
"destinationChainName": "Arbitrum",
"tokenSymbol": "USDC",
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "5000000000",
"amountFormatted": 5000,
"amountUSD": 5000.00,
"status": "completed"
}
]
}
0x[a-fA-F0-9]{40})/^0x[a-fA-F0-9]{40}$/
0x{txHash.toLowerCase()}-{sourceChainId}-{destinationChainId}
mostBridgedToken: null if no transactions)