Skip to main content
GET
Returns the buyer’s merchant balance, credit limit, headroom, accepted amount range, and x402 payment requirements. This endpoint does not move funds.

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.
The source list below is abbreviated; the live response includes every enabled source that can accept the requested amount.