/v1/rollapps
RollApp registry — every RollApp on the hub
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/dymension-api/v1/rollapps" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/dymension-api/v1/rollapps", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/dymension-api/v1/rollapps");
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/dymension-api/v1/rollapps",
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": {
"note": "Dymension's RollApp registry — every RollApp deployed on the hub, with its id, owner address, description and website. Pass limit (1-100, default 25). RollApps are the app-specific rollup chains that settle on Dymension.",
"count": 25,
"source": "Dymension (dymension_1100-1) LCD",
"rollapps": [
{
"owner": "dym1cw6e63gd4mduv9eduxf9fp8pjs8hfmx5d8q48t",
"website": null,
"channel_id": null,
"rollapp_id": "a_907975-1",
"description": null
},
{
"owner": "dym1hn5l4rsqd4zn2zgfh7du7egj6fv874e684kfn8",
"website": null,
"channel_id": null,
"rollapp_id": "aaaaaa_811707-1",
"description": "aaaaaa"
},
{
"owner": "dym1x84t0tyeqw7h3xf3ahljyr07pyd875a3v6xy8z",
"website": null,
"channel_id": null,
"rollapp_id": "aalexsssss_319572-1",
"description": null
},
{
"owner": "dym1lms4ykjcxww8x08xztlajyrue8480elaw2v96f",
"website": "https://x.com/himakiti2022",
"channel_id": null,
"rollapp_id": "aatititigfsd_196433-1",
"description": null
},
{
"owner": "dym1xwkzhh4heh762ur28zwxu32zge225nvy4m3g7a",
"website": null,
"channel_id": null,
"rollapp_id": "absrct_809721-1",
"description": null
},
{
"owner": "dym1gwkpfpvkwrsmcfu6htqqr8uefprdgrl05q4cpm",
"website": null,
"channel_id": null,
"rollapp_id": "accountant_855627-1",
"description": null
},
{
"owner": "dym1h2rwfk4cpqfhnqap4hl0d3ca8wkcht6ammeppe",
"website": null,
"channel_id": null,
"rollapp_id": "acrossprotocol_382164-1",
"description": null
},
{
"owner": "dym1smmluhkkw0qe4wmk64yj5dtf3pcrspljc7njua",
"website": null,
"channel_id": null,
"rollapp_id": "adamooshka_491429-1",
"description": null
},
{
"owner": "dym1y9eeemxr3qmnk2yjg4n0an9sqnnhamq9h5glkv",
"website": null,
"channel_id": null,
"rollapp_id": "adaptiveyieldoptimizer_450157-1",
"description": "The Adaptive Yield Optimizer is a smart, AI-driven platform that automatically maximizes cryptocurrency investment returns by continuously analyzing and reallocating assets to the most profitable strategies."
},
{
"owner": "dym1g9dzxthl2zpdwdqhqqgye9vfzcmrxwvyrglzlk",
…