DePIN Compute Price Aggregator
Real-time GPU pricing comparison across Vast.ai and Akash. Compare FLOPS, VRAM, and bandwidth costs to find the best compute deals and arbitrage opportunities.
/compare/fLOPSReturns cost per FLOPS for the specified provider, pulling real-time pricing data from Vast.ai and/or Akash GPUs.
Parameters
provideroptionalFilter to a single provider. Omit to return both.
minFLOPSoptionalMinimum TFLOPS threshold.
limitoptionalMax samples per provider (default 25).
Try It
/compare/vramReturns cost per GB of VRAM across providers.
Parameters
provideroptionalFilter to a single provider.
minVRAMoptionalMinimum VRAM in GB.
limitoptionalMax samples (default 25).
Try It
/compare/bandwidthReturns cost per Gbps of network bandwidth.
Parameters
provideroptionalFilter to a single provider.
minBandwidthoptionalMinimum bandwidth in Gbps.
limitoptionalMax samples (default 25).
Try It
/arbitrageSubmit desired compute specs and get arbitrage opportunities, highlighting price differentials and estimated resale profit margin.
Parameters
targetFLOPSrequiredTarget TFLOPS.
targetVRAMGBrequiredTarget VRAM in GB.
targetBandwidthGbpsrequiredTarget bandwidth in Gbps.
maxBudgetPerHouroptionalMaximum hourly budget (USD).
Request Body (JSON)
{
"targetFLOPS": 150,
"targetVRAMGB": 24,
"targetBandwidthGbps": 10,
"maxBudgetPerHour": 2.5
}