/v1/search
Universal search
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/lukso-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/lukso-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/lukso-api/v1/search");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/lukso-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"count": 50,
"query": "lukso",
"results": [
{
"name": "Genesis Address - LUKSO Blockchain GmbH",
"type": "label",
"address": "0x5a4154edddE64858664F6219e031B6a47BA30993"
},
{
"name": "LUKSO OG NFT",
"type": "token",
"symbol": "LYXOG",
"address": "0xb2894BFdAC8d21c2098196B2707c738F5533e0A8"
},
{
"name": "LuksoBull",
"type": "token",
"symbol": "LBULL",
"address": "0x1B710a6A39fed5CD9CFd89368111c311d9671e31"
},
{
"name": "Lukso Creators",
"type": "token",
"symbol": "LUK",
"address": "0x74654920356257981f6b63A65AD72d4D9bc21929"
},
{
"name": "Lukso Citizens",
"type": "token",
"symbol": "LYXCTZNS",
"address": "0x754a5D007d5F1188Ef0db892ee115a7c01b38fA3"
},
{
"name": "Luksouls",
"type": "token",
"symbol": "LUK",
"address": "0x719B36427C9868162dF1b4c9e6dDc28f5c36D72d"
},
{
"name": "LuksoLIama",
"type": "token",
"symbol": "LLI",
"address": "0xF9Cd332aD87dedB1dA33ADffeE18eF41F300C238"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0x28Dc81E7936887d8CBe0c868cD64Da2cfF56F0eC"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0xf75e2b131e520Bb72653F89Bda7608d3B2fb4B8e"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0xaAD5AB06f3d6E5b0f23c45eb6B8Bf72778090579"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0x91ad965768dfe955BDbE0Ae7721B5016B5D8A568"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0xFd63E3cD15820C32ca07e5D56dead921Fdb5777C"
},
{
"name": "LUKSO Fair Prizes Season 1",
"type": "token",
"symbol": "LUKSO-S1",
"address": "0xF4441aF7aCc37C8b43183F9ee3fB0EFBf53A3C49"
},
{
"name": "Lukso OG´s",
"type": "token",
"symbol": "O
…