Itemized fee breakdown and net P&L for any arbitrage trade — fees, slippage and
Itemized fee breakdown and net P&L for any arbitrage trade — fees, slippage and gas. For arbitrage and trading agents.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
268 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
GET https://arbipulse.theaslangroupllc.com/api/calculator
| Category | Everything else |
|---|---|
| Provider host | arbipulse.theaslangroupllc.com |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k, eip155:137, eip155:143, eip155:196, eip155:42161, eip155:4663, eip155:480, eip155:56, eip155:8453, eip155:999, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, xrpl:0 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 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.02 | 268 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"trade_size_usd": "10000"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"arb_type": {
"description": "spot | yield | perps | flash | sports",
"type": "string"
},
"bridge_fee_usd": {
"description": "bridge cost for cross-chain arb (0 if same chain)",
"type": "string"
},
"days": {
"description": "holding period for yield arb in days",
"type": "string"
},
"entry_price": {
"description": "buy price (or borrow APY for yield arb)",
"type": "string"
},
"exit_price": {
"description": "sell price (or deposit APY for yield arb)",
"type": "string"
},
"flash_fee_bps": {
"description": "flash loan fee in bps (0 for Balancer, 9 for Aave)",
"type": "string"
},
"gas_usd": {
"description": "estimated gas cost in USD",
"type": "string"
},
"slippage_bps": {
"description": "expected price impact in basis points",
"type": "string"
},
"taker_fee_bps": {
"description": "exchange taker fee in basis points (e.g. 10 = 0.10%)",
"type": "string"
},
"trade_size_usd": {
"description": "position size in USD, e.g. 10000",
"type": "string"
},
"withdrawal_fee_usd": {
"description": "exchange withdrawal fee in USD",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"errors": {
"additionalProperties": {
"properties": {
"description": {
"type": "string"
},
"example": {
"type": "object"
}
},
"required": [
"description"
],
"type": "object"
},
"description": "Documented error responses, keyed by HTTP status code",
"type": "object"
},
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}