/floor_price/dapp/:asset_contract

Get dapp info

GET https://api.nftbank.ai/estimates-v2/floor_price/dapp/:asset_contract?chain_id=ETHEREUM

This endpoint allows you to get dapp info.

Path Parameters

Query Parameters

Headers

curl request example

curl -i -H "x-api-key: YOUR_API_KEY" \
  "https://api.nftbank.ai/estimates-v2/floor_price/dapp/list?offset=0&limit=50"curl 

curl response example

 {
  "data": [
    {
      "_id": "ethereum_0xa2dbd9e7e2969db08b6a8c6cbc9d002663e70147",
      "activeness": true,
      "asset_contract": "0xa2dbd9e7e2969db08b6a8c6cbc9d002663e70147",
      "asset_info": {
        "contract_address": "0xa2dbd9e7e2969db08b6a8c6cbc9d002663e70147",
        "name": "MandelNFT",
        "symbol": "MANDELNFT"
      },
      "chain_id": "ETHEREUM",
      "dapp_info": {
        "id": "asset-0xa2dbd9e7e2969db08b6a8c6cbc9d002663e70147",
        "image_url": "https://lh3.googleusercontent.com/sCdLxTfLImszLQ4SbujAub64e4TUR6n0vndE9nc1H2LE1Xt4Ac1rd8S63EgNZ-V4LGw646lmF7LztlZ2EJnC2-yAwhEBTMqZUQdTOQ=s120",
        "name": "MandelNFT"
      },
      "native_token_info": {
        "token_address": "0x0000000000000000000000000000000000000000",
        "token_symbol": "ETH"
      }
    }
  ],
  "response": 200
}

Last updated