How to retrieve a single boost by its ID
id
8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:12
const boostId = '8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:12'; const response = await fetch( `https://api-v2.boost.xyz/boosts/${boostId}` ); const { boost } = await response.json();