GET
/
blockscout
/
transactions
get transactions
curl --request GET \
  --url https://data-api.b3.fun/blockscout/transactions
{
  "items": [
    {
      "hash": "0x5d90a9da2b8da402b11bc92c8011ec8a62a2d59da5c7ac4ae0f73ec51bb73368",
      "block_number": 23484035,
      "timestamp": "2022-08-02T07:18:05.000000Z",
      "status": "ok"
    }
  ],
  "next_page_params": {
    "block_number": 27170298,
    "index": 0,
    "items_count": 50
  }
}

Query Parameters

filter
string
Example:

"pending | validated"

type
string
Example:

"token_transfer,contract_creation,contract_call,coin_transfer,token_creation"

method
string
Example:

"approve,transfer,multicall,mint,commit"

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

block

The response is of type object.