Blockchain0x Public APIpayment-requestsCreate a hosted payment request.Copy Pagepost http://localhost:3001/v1/payment-requestsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsamountWeistringrequired^[0-9]+$expiresAtdate-timeagentIdstringmetadataobjectmetadata objectpayerAddressstring^0x[0-9a-fA-F]{40}$Optional expected-payer pin. When set, settle refuses any other claimed payer and requires the settling transaction to contain a USDC Transfer from this address.HeadersIdempotency-Keystringlength between 1 and 255Opaque client-chosen key dedupes a state-changing request for 24 hours. Required on POST /v1/payments; optional on every other mutation. A replay with the same key and the same request hash returns the cached response; a replay with the same key but a different hash returns 409 idempotency.conflict.X-NetworkstringenumrequiredSelects the network slice the request targets. Workspace-scoped responses are filtered to this network; chain-bound writes are stamped with it. Required on every non-admin workspace-scoped operation.mainnettestnetAllowed:mainnettestnetResponses 201Payment request created. 401Missing or invalid bearer token / API key.Updated about 2 months ago List payment requests for the workspace.Get a hosted payment request by token (unauthenticated).Did this page help you?YesNo