Live $BNKR/USD quote
Public, unauthenticated, no payment required. Converts a USD amount into the equivalent amount of $BNKR at the current price, sourced from the most-liquid $BNKR/WETH Uniswap V3 pool on Base. Used internally by HoodGrow's own Premium/Builder BNKR payment flow; exposed here as a convenience. Not part of the x402 agent-data surface above.
Query Parameters
- Type: numberusd
Amount greater than:0max:100000requiredUSD amount to convert, up to 100000.
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/bnkr-quote
curl "https://www.hoodgrow.com/api/bnkr-quote?usdAmount=100"
{
"priceUsd": 0.0123,
"requiredBnkr": 8130.081301,
"usdAmount": 100
}