Skip to main content
GET
/
api
/
marketplace
Browse marketplace listings
curl --request GET \
  --url https://api.x402layer.cc/api/marketplace
{
  "listings": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "description": "<string>",
      "type": "<string>",
      "mode": "<string>",
      "price": 123,
      "currency": "<string>",
      "chain": "<string>"
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123,
  "hasMore": true
}

Query Parameters

type
enum<string>
Available options:
endpoint,
agentic,
product,
all
chain
enum<string>
Available options:
base,
solana
mode
enum<string>
Available options:
direct,
credits
category
string
limit
integer
default:50
offset
integer
default:0

Response

200 - application/json

Marketplace listings

listings
object[]
total
integer
limit
integer
offset
integer
hasMore
boolean