Skip to main content
GET
/
v1
/
x402
/
pricing
Discover pricing
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resource
string
required

Response

200 - application/json

Pricing terms

resource
string
price
string
currency
string
chain
string
wallet
string