← Marketplace

Brazilayer

Brazilayer is an x402-native service at https://api.brazilayer.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Commodities Clima
Crop-weather stress for the Brazilian belts that price global commodities: 7-day observed rain, 7-day FORECAST rain, consecutive dry days and 72h frost risk for the coffee belt (ICE KC), soybean belts (CBOT ZS), sugarcane (ICE SB), corn, orange and cocoa regions. Brazil is the top exporter of coffee, sugar, soybeans and OJ — weather here moves those futures. Updated twice daily. Free sample, no pa
/m/bz-api-brazilayer-com/v1/commodities/clima0.005 USDC
Commodities Exportacoes
Monthly Brazilian export volumes and FOB values for the commodities Brazil dominates: soybeans, corn, coffee, sugar, beef, chicken, cotton and pulp — from the official ComexStat registry, with year-over-year volume change per month. Brazil supply shifts move CBOT and ICE prices; this is the official record of what actually shipped. Free sample, no payment: https://api.brazilayer.com/v1/commodities
/m/bz-api-brazilayer-com/v1/commodities/exportacoes0.005 USDC
Commodities Fogo
Daily fire hotspots across Brazil from the official INPE satellite program: count and mean intensity (FRP) by biome (Amazon, Cerrado, etc.) over the last 7 days, leading states, plus mean days-without-rain at fire locations — a drought proxy. Signal for ESG screening, carbon markets, cattle and soy supply-chain risk. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra
/m/bz-api-brazilayer-com/v1/commodities/fogo0.002 USDC
Commodities Hidrologia
Brazil stored hydro energy (EAR) by grid subsystem, daily from the official grid operator (ONS), with 7-day delta. Brazil is hydro-dependent: reservoir levels drive power prices, aluminum/industrial costs and drought narratives. A compact energy-risk gauge for one of the world largest grids. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra
/m/bz-api-brazilayer-com/v1/commodities/hidrologia0.002 USDC
Desmatamento Ranking
Where Brazilian deforestation is concentrated right now: rank municipalities or states by area cleared in a window you choose, filterable by biome (Amazon or Cerrado), from official INPE satellite alerts. Feeds ESG screening, carbon-project integrity checks and commodity-origin risk. Free sample, no payment: https://api.brazilayer.com/v1/desmatamento/amostra
/m/bz-api-brazilayer-com/v1/desmatamento/ranking0.01 USDC
Fundos Fluxos
Where Brazilian institutional money moved today: daily net flows (subscriptions minus redemptions) by fund class — fixed income, equities, multi-strategy, FX — across the entire R$ 13.8 trillion Brazilian fund industry, from official CVM filings covering ~25,000 fund classes. The emerging-market equivalent of smart-money netflow, from the regulator itself. Free sample, no payment: https://api.braz
/m/bz-api-brazilayer-com/v1/fundos/fluxos0.005 USDC
Fundos Ranking
Rank and screen Brazilian investment funds from official CVM data: largest by net assets, biggest net inflows over a window, or most shareholders — filterable by class (Renda Fixa, Ações, Multimercado, Cambial). Returns fund name, manager, administrator, NAV, assets and flows. Fund screening over the whole R$ 13.8tn industry. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra
/m/bz-api-brazilayer-com/v1/fundos/ranking0.01 USDC
Licitacoes Abertas
Live open tenders from the Brazilian government (PNCP): every procurement currently accepting proposals, with object, estimated value, contracting body, deadlines and the link to bid. Filter by modality (default: electronic auction) and state (uf). Queried live from the official source at request time — always fresh. Paginated. Free sample, no payment: https://api.brazilayer.com/v1/licitacoes/amos
/m/bz-api-brazilayer-com/v1/licitacoes/abertas0.01 USDC
Mercado Cambio
USD/BRL two ways: the official Central Bank PTAX rate and the LIVE crypto market — BTC/BRL, USDT/BRL and the Brazil premium (ágio): how much Brazilians pay above global price for dollar/crypto exposure. A classic emerging-market capital-flow signal, computed live from exchange prices at request time. Positive premium = capital-flight pressure; discount = inflow. Free sample, no payment: https://ap
/m/bz-api-brazilayer-com/v1/mercado/cambio0.002 USDC
Mercado Indicadores
Brazil macro snapshot in one call, straight from the Central Bank: Selic policy rate, IPCA inflation (monthly and 12-month), official PTAX USD/BRL rate, plus the Focus survey — the market's median forecasts for inflation, policy rate, GDP and FX for this year and next, updated weekly. The essential context pack for any agent trading BRL pairs or emerging markets. Free sample, no payment: https://a
/m/bz-api-brazilayer-com/v1/mercado/indicadores0.002 USDC
Mercado Noticias
Brazilian financial & crypto market news, refreshed every 15 minutes from major Brazilian outlets: headline, summary, link, topic (crypto, macro, fx, regulation, companies), investor sentiment and 0-10 market relevance. Brazil is a top-10 crypto adoption market — central bank moves, Drex (CBDC) and CVM regulation move prices. Filters: tema, sentimento, relevancia_min. Free sample, no payment: http
/m/bz-api-brazilayer-com/v1/mercado/noticias0.002 USDC
Tributos Calendario
Brazil's tax transition calendar, year by year from 2026 to 2033: which taxes are in force each year, at what rate, and when PIS/COFINS, IPI, ICMS and ISS are extinguished. The context an agent needs to know whether the tax rule it used is still valid on the date of the transaction. Free sample, no payment: https://api.brazilayer.com/v1/tributos/amostra
/m/bz-api-brazilayer-com/v1/tributos/calendario0.002 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-api-brazilayer-com/v1/commodities/clima')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-api-brazilayer-com/v1/commodities/clima
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …