mirrored listing x402 eip155:8453

Returns MetaLend API services directory with a one-line summary of each RebalancerResource

Returns MetaLend API services directory with a one-line summary of each RebalancerResource endpoint plus links to API docs.

Do you run api.metalend.tech? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
7
calls / 30d
6
unique payers
2026-09-17
updated

Provider

api.metalend.tech · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x7d6E22db7C2Ee44859061061f99E55257A5cEaC1",
    "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "queryParams": {}
          }
        }
      }
    }
  }
}

Use it

curl

curl "https://api.metalend.tech/v1/services"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.metalend.tech/v1/services");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.metalend.tech/v1/services")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13826.json, and this resource appears in /discovery/resources and /discovery/search.