/dapp/:dapp_id

Get dapp info

GET https://api.nftbank.ai/estimates-v2/dapp/:dapp_id

This endpoint allows you to get dapp info.

Path Parameters

Name
Type
Description

dapp_id

string

Dapp ID

Headers

Name
Type
Description

x-api-key*

string

API key request via [API key request] link.

{
    "data": [
        {
            "_id": "ethereum-0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d",
            "asset_contract": "0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d",
            "asset_info": {
                "contract_address": "0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d",
                "name": "Lands",
                "symbol": "LAND"
            },
            "chain_id": "ETHEREUM",
            "dapp_info": {
                "id": "decentraland",
                "image_url": "https://lh3.googleusercontent.com/5KIxEGmnAiL5psnMCSLPlfSxDxfRSk4sTQRSyhPdgnu70nGb2YsuVxTmO2iKEkOZOfq476Bl1hAu6aJIKjs1myY=s60",
                "name": "Decentraland"
            },
            "max_estimated_at": "Mon, 1 Jan 1970 00:00:00 GMT",
            "native_token_info": {
                "token_address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
                "token_symbol": "MANA"
            }
        }
    ],
    "response": 200
}

curl request example

curl response example

Last updated

Was this helpful?