cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/search/wallet
{ "data": [ { "address": "<string>", "addresses": [ { "address": "<string>", "chain": "<string>" } ], "chain": "<string>", "entity_name": "<string>", "entity_type": "<string>", "label": "<string>", "num_addresses": 123, "twitter": "<string>" } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Search keyword like binance, vitalik.eth, or 0xd8dA...
binance
vitalik.eth
0xd8dA...
"vitalik.eth"
Results per page
1 <= x <= 100
20
Pagination offset
x >= 0
0
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponseWalletSearchItem.json"