Aller au contenu
GET /v1/search

Search addresses, tokens, blocks & txns

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/gnosis-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

curl "https://api.oanor.com/gnosis-api/v1/search" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/gnosis-api/v1/search", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/gnosis-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/gnosis-api/v1/search",
    headers={"x-oanor-key": "oanor_test_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "count": 50,
        "query": "USDC",
        "results": [
            {
                "name": "Gnosis xDAI Bridged USDC (Gnosis)",
                "type": "token",
                "symbol": "USDC",
                "address": "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83"
            },
            {
                "name": "Gnosis xDAI Bridged USDC (Gnosis)",
                "type": "token",
                "symbol": "USDC.E",
                "address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
            },
            {
                "name": "Lucid USDC",
                "type": "token",
                "symbol": "LUSDC",
                "address": "0xCD2f64112ec04e21cC56F7bf2294A6A37790305e"
            },
            {
                "name": "Aave v3 USDC",
                "type": "token",
                "symbol": "AUSDC",
                "address": "0xc6B7AcA6DE8a6044E0e32d0c841a89244A10D284"
            },
            {
                "name": "$ cUSDC.disusd.eth.limo",
                "type": "token",
                "symbol": "Claim USDC at https://cusdc.disusd.eth.limo",
                "address": "0x01731B66dafAc43c7889C6A1c15d094943B75a92"
            },
            {
                "name": "$ cUSDC.disusd.eth.li",
                "type": "token",
                "symbol": "Claim USDC at https://cusdc.disusd.eth.li",
                "address": "0x5E7e6B602fbd0635018D8d123677F25f9EfAb3C8"
            },
            {
                "name": "$ cUSDC.cc",
                "type": "token",
                "symbol": "Claim USDC at https://cUSDC.cc",
                "address": "0x8C2Ce7793d5A986919bc7b77DF5D3b057B570321"
            },
            {
                "name": "$ cUSDC.disusd.eth.li",
                "type": "token",
                "symbol": "Claim USDC at https://cusdc.disusd.eth.li",
                "address": "0x3bBDD57E489D25297D517414d664f1eC3bEfb21A"
            },
            {
                "name": "$ chaingeusdc.space",
                "type": "token",
                "symbol": "Claim USDC at https://chaingeusdc.space",
                "address": "0x456E173D5C45Cab0688b2D74663836525E2eBBe2"
            },
            {
                "name": "$ cusdc.net",
                "type": "token",
                "symbol": "Claim USDC at https://cusdc.net",
                "address": "0xb4C4Ba58fa696e97F2146FCF11DafB1240E8bA85"
            },
            {
                "name": "$ cusdc.pm",
                "type": "token",
                "symbol": "Claim USDC at https://cusdc.pm",
                "address": "0x5c3e8C90821995feAAb94b3719FE5527a28EcBC4"
            },
            {
                "name": "$ cpusdc.net",
                "type": "token",
                "symbol": "Claim USDC at https://cpusdc.net",
                "address": "0x6e9B621ce7e610ddE7FB124F91714CBB6BB09F93"
            },
            {
                "name": "$ cusdc.top",
                "type": "token",
     
…