REST API
Last updated
Last updated
Tensor provides a simple REST API to query NFT prices across both Solana and Ethereum.
Please reach out to [email protected] to ask for the API endpoint / API key.
GET
https://api.tensor.so/:chain/collections
Lists currently supported collections.
Note: currently only blue chip collections on Solana & Ethereum are supported.
Examples:
:chain*
String
sol
or eth
GET
https://api.tensor.so/:chain/collections/:collection
Lists mints that are part of the collection.
For a 10k collection returns 10k mints with links to their metadata.
Examples:
:chain*
String
sol
or eth
:collection*
String
pick one from list collections endpoint
GET
https://api.tensor.so/:chain/collections/:collection/floor?at=:ts
Gets Tensor's "smart floor price" for a given collection.
Examples:
:chain*
String
sol
or eth
:collection*
String
pick one from list collections endpoint
:ts
Int
unix timestamp for desired floor price, optional
GET
https://api.tensor.so/:chain/collections/:collection/:nft?at=:ts
Gets Tensor's best estimate of an NFT's price.
The price is calculated using our proprietary models that take into account rarities and historical prices for all transactions.
Note: prices are usually least accurate for the top 10% of rarities in a collection. We're still working on that :)
Examples:
:chain*
String
sol
or eth
:collection*
String
pick one from list collections endpoint
:nft*
String
pick one from list nfts endpoint
:ts
Int
unix timestamp for desired NFT price, optional
"Smart" floor prices are a version of the standard floor prices robust to manipulation. See for more detail.
Tensor is in early phases of its development. If there is an endpoint that you require that is missing - please .