GET
/
blockscout
/
internal-transactions
get internal transactions
curl --request GET \
  --url https://data-api.b3.fun/blockscout/internal-transactions
{
  "items": [
    {
      "transaction_hash": "0x08ea4d75ad0abe327a7fd368733eaeac43077989e635d800530d7906ebf3bd54",
      "type": "call"
    }
  ],
  "next_page_params": {
    "block_number": 27170298,
    "index": 0,
    "transaction_index": 0
  }
}

Query Parameters

chainId
enum<integer>

Chain ID to query. If not specified, queries default chain (B3 Mainnet) first, then falls back to all chains if no results found.

Available options:
8333,
1993,
19934,
10211403,
243,
4224
Example:

8333

fresh
boolean

Bypass cache and fetch fresh data. Rate limited to 20 requests per minute per IP address.

Response

200 - application/json

internal transactions

The response is of type object.