Build with Fire.

Accept payments, connect applications, and read wallet data. The API is already in every wallet — no SDK to install.

JavaScript
// One call. No SDK. No API key.
const result = await window.fire.requestPayment({
  recipientB58: 'your-address',
  amount: '1000000',
  tokenId: 1,
  memo: 'Coffee #1234'
});

Start building.

See the full payment flow working end to end. No signup required.