GET
/
search
search
curl --request GET \
  --url https://eth.blockscout.com/api/v2/search
{
  "items": [
    {
      "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
      "address_url": "/address/0xdAC17F958D2ee523a2206206994597C13D831ec7",
      "exchange_rate": "0.999813",
      "icon_url": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
      "is_smart_contract_verified": true,
      "name": "Tether USD",
      "symbol": "USDT",
      "token_type": "ERC-20",
      "token_url": "/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
      "total_supply": "39030615894320966",
      "type": "token"
    }
  ],
  "next_page_params": {
    "address_hash": "0x052Ad78E3aA0b0F2D3912FD3b50a9a289CF2f7Aa",
    "block_hash": null,
    "holder_count": 548,
    "inserted_at": "2021-12-07T08:39:01.062253Z",
    "item_type": "token",
    "items_count": 50,
    "name": "RealToken S 13245 Monica St Detroit MI",
    "q": "1",
    "transaction_hash": null
  }
}

Query Parameters

q
string
Example:

"USDT"

Response

200
application/json

search response

The response is of type object.