/estimates/:asset_contract/:token_id
Get estimates
GET https://api.nftbank.ai/estimates-v2/estimates/:asset_contract/:token_id
Path Parameters
Name
Type
Description
asset_contract*
string
Asset contract address
token_id*
string
Token ID
Query Parameters
Name
Type
Description
chain_id
string
Chain ID ("ETHEREUM," "MATIC", "KLAYTN", default: "ETHEREUM")
Headers
Name
Type
Description
x-api-key*
string
API key request via [API key request] link.
{'data': [{'_id': 'ethereum-0x50f5474724e0ee42d9a4e711ccfb275809fd6d4a_110828-20210805',
'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'},
'estimate': [{'currency_symbol': 'USD',
'estimate_price': 1489.835075551001},
{'currency_symbol': 'SAND', 'estimate_price': 2283.835248331322},
{'currency_symbol': 'ETH', 'estimate_price': 0.5466964930456125}],
'estimated_at': 'Thu, 05 Aug 2021 00:00:00 GMT',
'item_id': '0x50f5474724e0ee42d9a4e711ccfb275809fd6d4a_110828',
'token_id': '110828',
'traits': {'location_x': 56, 'location_y': 67, 'type': None}}],
'response': 200}curl request example
curl response example
Last updated
Was this helpful?