fetch-with-payment
Fetch data from websites or APIs that require payment. Handles HTTP 402 payment status automatically using Solana, with payment tracking and spending limit controls.
Instructions
Fetch data from a website or API. Automatically handles payment if required (402 status).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch data from | |
| method | No | HTTP method (default: GET) | |
| body | No | Request body for POST requests (JSON string) |