Use when an agent needs rep arkm transfers
Use when an agent needs rep arkm transfers. Returns Arkham-compatible ERC-20 transfers for one Base wallet, backed by the public Base transfer index; priced per bounded request $0.005/call via x402. $0.005.
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://api.oblique.markets/api/v1/paid/rep-arkm-transfers
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 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": {
"base": "example"
},
"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": {
"base": {
"type": "string"
},
"chains": {
"enum": [
"base"
],
"type": "string"
},
"flow": {
"enum": [
"in",
"out",
"all"
],
"type": "string"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"tokens": {
"type": "string"
}
},
"required": [
"base"
],
"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": {
"base": {
"type": "string"
},
"chain": {
"type": "string"
},
"count": {
"type": "integer"
},
"source": {
"type": "string"
},
"transfers": {
"items": {
"properties": {
"blockHash": {
"type": "string"
},
"blockNumber": {
"type": "integer"
},
"blockTimestamp": {
"type": "string"
},
"chain": {
"type": "string"
},
"fromAddress": {
"properties": {
"address": {
"type": "string"
},
"chain": {
"type": "string"
},
"contract": {
"type": "boolean"
},
"isUserAddress": {
"type": "boolean"
}
},
"type": "object"
},
"fromIsContract": {
"type": "boolean"
},
"historicalUSD": {
"type": "number"
},
"id": {
"type": "string"
},
"toAddress": {
"properties": {
"address": {
"type": "string"
},
"chain": {
"type": "string"
},
"contract": {
"type": "boolean"
},
"isUserAddress": {
"type": "boolean"
}
},
"type": "object"
},
"toIsContract": {
"type": "boolean"
},
"tokenAddress": {
"type": "string"
},
"tokenDecimals": {
"type": "integer"
},
"tokenId": {
"type": "string"
},
"tokenName": {
"type": "string"
},
"tokenSymbol": {
"type": "string"
},
"transactionHash": {
"type": "string"
},
"type": {
"type": "string"
},
"unitValue": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}