Frostbyte Data & Analytics API

7 services

Operations 26

GET /v1/onchain-analytics/api/tokens/{address} On-Chain Analytics — /api/tokens/:address #
GET /v1/crypto-feeds/api/prices Crypto Data Feeds — /api/prices #
POST /v1/agent-screenshot/api/screenshot Agent Screenshot — /api/screenshot #
GET /v1/agent-screenshot/api/screenshot Agent Screenshot — /api/screenshot #
POST /v1/agent-screenshot/api/screenshot/json Agent Screenshot — /api/screenshot/json #
POST /v1/agent-scraper/api/scrape Agent Scraper — /api/scrape #
GET /v1/agent-scraper/api/scrape Agent Scraper — /api/scrape #
POST /v1/agent-scraper/api/extract Agent Scraper — /api/extract #
POST /v1/agent-transform/api/transform Agent Data Transformer — /api/transform #
POST /v1/agent-transform/api/detect Agent Data Transformer — /api/detect #
POST /v1/agent-transform/api/format Agent Data Transformer — /api/format #
POST /v1/agent-transform/api/validate/json Agent Data Transformer — /api/validate/json #
POST /v1/agent-transform/api/base64/encode Agent Data Transformer — /api/base64/encode #
POST /v1/agent-transform/api/hash Agent Data Transformer — /api/hash #
GET /v1/agent-geo/api/geo/{ip} Agent Geo API — /api/geo/:ip #
GET /v1/agent-geo/api/geo/me Agent Geo API — /api/geo/me #
POST /v1/agent-geo/api/geo/batch Agent Geo API — /api/geo/batch #
POST /v1/agent-geo/api/geo/distance Agent Geo API — /api/geo/distance #
GET /v1/agent-geo/api/geo/country/{ip} Agent Geo API — /api/geo/country/:ip #
GET /v1/agent-geo/api/geo/timezone/{ip} Agent Geo API — /api/geo/timezone/:ip #
POST /v1/agent-search/api/search Agent Search API — /api/search #
POST /v1/agent-search/api/search/multi Agent Search API — /api/search/multi #
POST /v1/agent-search/api/search/extract Agent Search API — /api/search/extract #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/frostbyte-data-analytics-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

frostbyte-data-analytics-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Clawdia Agent Gateway Agent Infrastructure Data & Analytics API
  description: 'Unified API gateway providing 40+ services for AI agents. Web scraping, screenshots, code execution, crypto data, agent memory, file storage, and more.


    **Authentication**: Free tier (200 credits, no key needed). For higher volume: create an API key via `POST /api/keys/create`, then pass it as `X-API-Key` header or `?key=` query param.


    **x402 Payments**: All endpoints support [x402](https://www.x402.org/) micropayments (USDC on Base). Send a request without auth to get a 402 response with payment details.'
  version: 1.0.0
  contact:
    name: Clawdia
    url: https://api-catalog-three.vercel.app
  license:
    name: MIT
servers:
- url: https://agent-gateway-kappa.vercel.app
  description: Production gateway
security:
- {}
- ApiKeyHeader: []
- ApiKeyQuery: []
tags:
- name: Data & Analytics
  description: 7 services
paths:
  /v1/onchain-analytics/api/tokens/{address}:
    get:
      tags:
      - Data & Analytics
      summary: On-Chain Analytics — /api/tokens/:address
      description: Token analytics via DexScreener + GeckoTerminal. Price, volume, liquidity, holders across 8 chains.
      operationId: onchain-analytics_get_api_tokens_address
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      parameters:
      - name: address
        in: path
        required: true
        schema:
          type: string
  /v1/onchain-analytics/api/search:
    get:
      tags:
      - Data & Analytics
      summary: On-Chain Analytics — /api/search
      description: Part of On-Chain Analytics
      operationId: onchain-analytics_get_api_search
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/onchain-analytics/api/trending:
    get:
      tags:
      - Data & Analytics
      summary: On-Chain Analytics — /api/trending
      description: Part of On-Chain Analytics
      operationId: onchain-analytics_get_api_trending
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/crypto-feeds/api/prices:
    get:
      tags:
      - Data & Analytics
      summary: Crypto Data Feeds — /api/prices
      description: Part of Crypto Data Feeds
      operationId: crypto-feeds_get_api_prices
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/agent-screenshot/api/screenshot:
    post:
      tags:
      - Data & Analytics
      summary: Agent Screenshot — /api/screenshot
      description: URL-to-image API. Headless Chromium, 5 viewports, full-page, dark mode, element targeting.
      operationId: agent-screenshot_post_api_screenshot
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
    get:
      tags:
      - Data & Analytics
      summary: Agent Screenshot — /api/screenshot
      description: URL-to-image API. Headless Chromium, 5 viewports, full-page, dark mode, element targeting.
      operationId: agent-screenshot_get_api_screenshot
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/agent-screenshot/api/screenshot/json:
    post:
      tags:
      - Data & Analytics
      summary: Agent Screenshot — /api/screenshot/json
      description: Part of Agent Screenshot
      operationId: agent-screenshot_post_api_screenshot_json
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-scraper/api/scrape:
    post:
      tags:
      - Data & Analytics
      summary: Agent Scraper — /api/scrape
      description: Web content extraction. URL to markdown, text, HTML, or structured data. JavaScript rendering via Chromium.
      operationId: agent-scraper_post_api_scrape
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
    get:
      tags:
      - Data & Analytics
      summary: Agent Scraper — /api/scrape
      description: Web content extraction. URL to markdown, text, HTML, or structured data. JavaScript rendering via Chromium.
      operationId: agent-scraper_get_api_scrape
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/agent-scraper/api/extract:
    post:
      tags:
      - Data & Analytics
      summary: Agent Scraper — /api/extract
      description: Part of Agent Scraper
      operationId: agent-scraper_post_api_extract
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/transform:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/transform
      description: Convert data between JSON, CSV, XML, YAML, TSV, and Markdown tables. Plus base64, URL encoding, hashing, and formatting.
      operationId: agent-transform_post_api_transform
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/detect:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/detect
      description: Part of Agent Data Transformer
      operationId: agent-transform_post_api_detect
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/format:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/format
      description: Part of Agent Data Transformer
      operationId: agent-transform_post_api_format
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/validate/json:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/validate/json
      description: Part of Agent Data Transformer
      operationId: agent-transform_post_api_validate_json
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/base64/encode:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/base64/encode
      description: Part of Agent Data Transformer
      operationId: agent-transform_post_api_base64_encode
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-transform/api/hash:
    post:
      tags:
      - Data & Analytics
      summary: Agent Data Transformer — /api/hash
      description: Part of Agent Data Transformer
      operationId: agent-transform_post_api_hash
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-geo/api/geo/{ip}:
    get:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/:ip
      description: IP geolocation, timezone, country, city lookup. Self-hosted MaxMind database, sub-microsecond lookups, batch and distance calculation.
      operationId: agent-geo_get_api_geo_ip
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      parameters:
      - name: ip
        in: path
        required: true
        schema:
          type: string
  /v1/agent-geo/api/geo/me:
    get:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/me
      description: Part of Agent Geo API
      operationId: agent-geo_get_api_geo_me
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
  /v1/agent-geo/api/geo/batch:
    post:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/batch
      description: Part of Agent Geo API
      operationId: agent-geo_post_api_geo_batch
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-geo/api/geo/distance:
    post:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/distance
      description: Part of Agent Geo API
      operationId: agent-geo_post_api_geo_distance
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-geo/api/geo/country/{ip}:
    get:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/country/:ip
      description: Part of Agent Geo API
      operationId: agent-geo_get_api_geo_country_ip
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      parameters:
      - name: ip
        in: path
        required: true
        schema:
          type: string
  /v1/agent-geo/api/geo/timezone/{ip}:
    get:
      tags:
      - Data & Analytics
      summary: Agent Geo API — /api/geo/timezone/:ip
      description: Part of Agent Geo API
      operationId: agent-geo_get_api_geo_timezone_ip
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      parameters:
      - name: ip
        in: path
        required: true
        schema:
          type: string
  /v1/agent-search/api/search:
    get:
      tags:
      - Data & Analytics
      summary: Agent Search API — /api/search
      description: Web search for AI agents. DuckDuckGo-powered, structured JSON results. Single, multi-query, and extract modes.
      operationId: agent-search_get_api_search
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
    post:
      tags:
      - Data & Analytics
      summary: Agent Search API — /api/search
      description: Web search for AI agents. DuckDuckGo-powered, structured JSON results. Single, multi-query, and extract modes.
      operationId: agent-search_post_api_search
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-search/api/search/multi:
    post:
      tags:
      - Data & Analytics
      summary: Agent Search API — /api/search/multi
      description: Part of Agent Search API
      operationId: agent-search_post_api_search_multi
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /v1/agent-search/api/search/extract:
    post:
      tags:
      - Data & Analytics
      summary: Agent Search API — /api/search/extract
      description: Part of Agent Search API
      operationId: agent-search_post_api_search_extract
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Payment required (x402)
        '429':
          description: Rate limit exceeded
      requestBody:
        content:
          application/json:
            schema:
              type: object
components:
  schemas:
    Error:
      type: object
      properties:
        error:
          type: string
        message:
          type: string
  securitySchemes:
    ApiKeyHeader:
      type: apiKey
      in: header
      name: X-API-Key
      description: API key passed in header
    ApiKeyQuery:
      type: apiKey
      in: query
      name: key
      description: API key passed as query parameter