/floor_price/dapp/list
Last updated
Last updated
GET
https://api.nftbank.ai/estimates-v2/floor_price/dapp/list
This endpoint allows you to get available dapp list.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
{
"data": [
{
"_id": "ethereum-0x50f5474724e0ee42d9a4e711ccfb275809fd6d4a",
"asset_contract": "0x50f5474724e0ee42d9a4e711ccfb275809fd6d4a",
"asset_info": {
"contract_address": "0x50f5474724e0ee42d9a4e711ccfb275809fd6d4a",
"name": "Lands",
"symbol": "LAND"
},
"chain_id": "ETHEREUM",
"dapp_info": {
"id": "sandbox",
"image_url": "https://lh3.googleusercontent.com/SXH8tW1siikB80rwCRnjm1a5xM_MwTg9Xl9Db6mioIk9HIlDM09pVoSR7GKJgS6ulSUpgW9BDtMk_ePX_NKgO9A=s60",
"name": "The Sandbox"
},
"max_estimated_at": "Mon, 1 Jan 1970 00:00:00 GMT",
"native_token_info": {
"token_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"token_symbol": "SAND"
}
},
{
"_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 -i -H "x-api-key: YOUR_API_KEY" "https://api.nftbank.ai/estimates-v2/floor_price/dapp/list"
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
}
offset
integer
default: 0
limit
integer
default: 50
x-api-key
string
API key request via [API key request] link.