Analiza una wallet
Analiza una wallet: saldo, transacciones recientes, tokens con movimiento y puntuacion de riesgo (basada en marcas de scam de contrapartes y tokens). Soporta Ethereum, Base, Arbitrum, Optimism, Polygon, Bitcoin y Solana.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
314 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.vextorium.com/analizar-wallet-pago
| Category | Market data |
|---|---|
| Provider host | api.vextorium.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.02 | 314 ms |
Example input (from the provider)
{
"body": {
"direccion": "0xb9f06D2734B7E9D7b21B64C4D8b95bd774b71aCf",
"red": "base"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"direccion": {
"description": "Direccion de la wallet (0x... para EVM, o formato nativo de Bitcoin/Solana)",
"type": "string"
},
"red": {
"description": "Red blockchain a consultar",
"enum": [
"ethereum",
"base",
"arbitrum",
"optimism",
"polygon",
"bitcoin",
"solana"
],
"type": "string"
}
},
"required": [
"direccion",
"red"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}