Retrieve newest-first incoming and outgoing Circle USDC Transfer events for one
Retrieve newest-first incoming and outgoing Circle USDC Transfer events for one address across a validated, bounded Base mainnet block range.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice 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://apiacre.com/v1/crypto/base-usdc-transfers
| Category | Market data |
|---|---|
| Provider host | apiacre.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"address": "0x1111111111111111111111111111111111111111",
"block_tag": "safe",
"direction": "any",
"limit": 25,
"lookback_blocks": 2000
},
"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": {
"address": {
"type": "string"
},
"block_tag": {
"enum": [
"latest",
"safe",
"finalized"
],
"type": "string"
},
"direction": {
"enum": [
"any",
"incoming",
"outgoing"
],
"type": "string"
},
"limit": {
"type": "integer"
},
"lookback_blocks": {
"type": "integer"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"address": {
"type": "string"
},
"addressExplorerUrl": {
"type": "string"
},
"asset": {
"type": "object"
},
"blockRange": {
"type": "object"
},
"detected": {
"type": "integer"
},
"direction": {
"type": "string"
},
"disclaimer": {
"type": "string"
},
"duplicatesRemoved": {
"type": "integer"
},
"eventSignature": {
"type": "string"
},
"limitations": {
"items": {
"type": "string"
},
"type": "array"
},
"network": {
"type": "string"
},
"networkRequestsMade": {
"type": "integer"
},
"queriedLogCount": {
"type": "integer"
},
"readOnly": {
"type": "boolean"
},
"removedSkipped": {
"type": "integer"
},
"returned": {
"type": "integer"
},
"rpcCallsMade": {
"type": "integer"
},
"source": {
"type": "string"
},
"tokenSource": {
"type": "string"
},
"topic0": {
"type": "string"
},
"transactionBroadcast": {
"type": "boolean"
},
"transfers": {
"items": {
"type": "object"
},
"type": "array"
},
"truncated": {
"type": "boolean"
},
"usdcSource": {
"type": "string"
},
"warnings": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"meta": {
"properties": {
"cached": {
"type": "boolean"
},
"duration_ms": {
"type": "integer"
},
"next_actions": {
"items": {
"type": "object"
},
"type": "array"
},
"sources": {
"items": {
"type": "string"
},
"type": "array"
},
"warnings": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"duration_ms",
"cached",
"sources",
"warnings",
"next_actions"
],
"type": "object"
},
"request_id": {
"type": "string"
},
"service": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"request_id",
"service",
"version",
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}