API request
API request: /api/v1/developer/wallet/balances/history
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1855 msmedian answer time
$0.01listed price per call
$0.01price 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://agents.allium.so/api/v1/developer/wallet/balances/history
| Category | Code and developer |
|---|---|
| Provider host | agents.allium.so |
| Networks | eip155:137, eip155:196, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 1855 ms |
Example input (from the provider)
{
"body": {
"addresses": [
{
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"chain": "ethereum"
}
],
"end_timestamp": "2025-06-17T00:00:00Z",
"start_timestamp": "2025-06-01T00:00:00Z"
},
"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": {
"addresses": {
"items": {
"properties": {
"address": {
"description": "Wallet address",
"type": "string"
},
"chain": {
"description": "Blockchain network (e.g. ethereum, solana, base)",
"type": "string"
}
},
"required": [
"chain",
"address"
],
"type": "object"
},
"type": "array"
},
"end_timestamp": {
"description": "ISO 8601 timestamp",
"format": "date-time",
"type": "string"
},
"start_timestamp": {
"description": "ISO 8601 timestamp",
"format": "date-time",
"type": "string"
}
},
"required": [
"addresses",
"start_timestamp",
"end_timestamp"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"bodyType",
"body",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}