Merchant Top-ups
Quote Bounds
Read the current top-up bounds and payment requirements for a buyer
GET
Returns the buyer’s merchant balance, credit limit, headroom, accepted amount
range, and x402 payment requirements. This endpoint does not move funds.
The source list below is abbreviated; the live response includes every enabled
source that can accept the requested amount.
Path
string
default:"antseed"
required
Merchant id. Currently
antseed.Query
string
required
Address to quote for (checksummed or lowercase).
string
Gross payment-token amount in 6-decimal base units. Defaults to the maximum
available headroom. Invalid amounts return
400 amount_too_low, 400 amount_too_high, or 409 credit_limit_reached.string
Optional payment source. Supported values are
base, ethereum, arbitrum,
bsc, hyperevm, ink, monad, optimism, polygon, robinhood,
unichain, and worldchain. Defaults to Base. Unknown sources return 400 wrong_network.Response fields
All amounts are 6-decimal base-unit strings.amount, minAmount, and
maxAmount use the selected source token. Merchant balance fields use Base
USDC.