Pay

Pick a figure and pay by card. Bots can settle the same amount on chain — the endpoint is the same one this form posts to.

Amount

Paying as a machine

This endpoint speaks the Machine Payment Protocol. Post to /api/market/pay/mpp for a 402 challenge instead of a card checkout, and read /openapi.json for the offer.

curl -X POST https://example.com/api/market/pay/mpp \
  -H 'content-type: application/json' \
  -d '{"amount":"5"}'