cURL
curl --request GET \ --url https://api.rem.money/v1/x402/pricing \ --header 'Authorization: Bearer <token>'
{ "resource": "<string>", "price": "<string>", "currency": "<string>", "chain": "<string>", "wallet": "<string>" }
Return pricing terms for a protected resource. Agents call this before issuing a payment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pricing terms