Parameters2
| Parameter | Type | Default | Example |
|---|---|---|---|
daysHistorical period in days | number | 30 | 30 |
tokensComma-separated CoinGecko token IDs (e.g., bitcoin,ethereum,solana) | string | null | [] |
Service overview
Token swap via 0x Permit2. You sign EIP-712 data, append signature to tx, and broadcast. Response includes step-by-step instructions with code examples.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://silverback-x402.onrender.com/api/v1/correlation-matrix" \
--query '{
"days": "{days}",
"tokens": "{tokens}"
}'{
"endpoint": "GET /api/v1/correlation-matrix",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
16 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
daysHistorical period in days | number | 30 | 30 |
tokensComma-separated CoinGecko token IDs (e.g., bitcoin,ethereum,solana) | string | null | [] |
| Parameter | Type | Default | Example |
|---|---|---|---|
agentId | number | null | 17 |
chainId | number | null | 84532 |
includeHistory | boolean | null | true |
| Parameter | Type | Default | Example |
|---|---|---|---|
tokenA | string | null | 0x4200000000000000000000000000000000000006 |
tokenB | string | null | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 |
| Parameter | Type | Default | Example |
|---|---|---|---|
amountAmount to check | string | 1 | 1 |
tokenInInput token symbol (WETH, USDC) or address | string | null | WETH |
tokenOutOutput token symbol or address | string | null | USDC |
| Parameter | Type | Default | Example |
|---|---|---|---|
chainId | number | null | 8453 |
token | string | null | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Parameter | Type | Default | Example |
|---|---|---|---|
timeframe | string | null | 7 |
token | string | null | bitcoin |
| Parameter | Type | Default | Example |
|---|---|---|---|
amountIn | string | null | 1.0 |
tokenIn | string | null | 0x4200000000000000000000000000000000000006 |
tokenOut | string | null | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 |
| Parameter | Type | Default | Example |
|---|---|---|---|
riskTolerance | string | null | medium |
token | string | null | USDC |
| Parameter | Type | Default | Example |
|---|---|---|---|
limitNumber of pools to return (1-20) | number | 10 | 10 |
minTvlMinimum TVL filter in USD | number | 100000 | 100000 |
| Parameter | Type | Default | Example |
|---|---|---|---|
amountIn | string | null | 0.1 |
tokenIn | string | null | WETH |
tokenOut | string | null | USDC |
walletAddress | string | null | 0xYourWallet |
| Parameter | Type | Default | Example |
|---|---|---|---|
categoryFilter by category: dex, lending, bridge, etc. | string | null | null |
chainFilter by chain: base, solana, ethereum, arbitrum, or all | string | base | base |
limitNumber of protocols (1-50) | number | 10 | 10 |
| Parameter | Type | Default | Example |
|---|---|---|---|
limit | number | null | 10 |
minValueUsd | number | null | 100000 |
token | string | null | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Parameter | Type | Default | Example |
|---|---|---|---|
chainId | number | null | 84532 |
limit | number | null | 10 |
minReputation | number | null | 70 |
tag | string | null | swap |
| Parameter | Type | Default | Example |
|---|---|---|---|
chainFilter by chain: base, solana, ethereum, or all | string | all | all |
limitNumber of coins (1-50) | number | 10 | 10 |
FAQ
Service
OATP · tx_explainer — Fetch a Solana transaction by signature and return a human-readable explanation: programs invoked, token balance changes, fee (SOL + USD), and a one-line summary.
Service
Exa /contents endpoint
Service
Decode and explain any EVM blockchain transaction across 11 chains (Base, Ethereum, Arbitrum, Optimism, Avalanche, Polygon, Mantle, Monad, Plasma, BSC, Hyperliquid). Get a human-readable summary of swaps, transfers, approvals, DeFi interactions, and more.