curl --request GET \
--url https://data-api.b3.fun/blockscout/search
{
"items": [
{
"type": "token",
"name": "Tether USD",
"symbol": "USDT"
}
],
"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
}
}
curl --request GET \
--url https://data-api.b3.fun/blockscout/search
{
"items": [
{
"type": "token",
"name": "Tether USD",
"symbol": "USDT"
}
],
"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
}
}
"USDT"
search response
The response is of type object
.