Last updated 2 days ago
Retrieves prices for a list of collections.
An array of Price objects.
const response = await fetch('https://indexer-dev.saturnbtc.io/v0/price?collectionIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "token0Id": "text", "btcPrice": "text", "blockHeight": 0 } ]