/v3/floor-price
Get historical daily floor price
GET
https://api.nftbank.ai/v3/floor-price/:network_id/:asset_contract
This endpoint allows you to get daily historical floor prices.
Path Parameters
Name | Type | Description |
---|---|---|
network_id* | String | ethereum / matic |
asset_contract* | String | The contract address of NFT project |
Query Parameters
Name | Type | Description |
---|---|---|
start_date | String | for example: 2022-06-01 |
end_date | String | for example: 2022-06-05 |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | API key request via [API key request] link. |
curl request example
curl response example
Last updated