Amberdata Liquidity API

The Liquidity API from Amberdata — 1 operation(s) for liquidity.

Operations 1

GET /liquidity/information/ Information #

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/amberdata-liquidity-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 email required.

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

OpenAPI Specification

amberdata-liquidity-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Defi Market Liquidity API
  version: '2'
servers:
- url: https://api.amberdata.com/market/defi
security:
- sec0: []
tags:
- name: Liquidity
paths:
  /liquidity/information/:
    get:
      summary: Information
      description: Retrieves information about supported exchange-pairs for liquidity.
      operationId: defi-liquidity-information
      parameters:
      - name: exchange
        in: query
        description: 'Only return data for the specified exchange(s) (comma separated). Example: uniswapv2'
        schema:
          type: string
      - name: includeMetadata
        in: query
        description: '**[Optional]** Include data for asset pair and pool information.<BR/>**[Defaults]** `false* | true`<BR/>**NOTE** If using this without specifying an exchange the endpoint will not return data.'
        schema:
          type: boolean
          default: true
      - name: includeDates
        in: query
        description: '**[Optional]** Include date ranges for each record.<BR/>**[Defaults]** `false* | true`<BR/>**NOTE** includeMetadata is required for includeDates to return a valid response.<BR/>'
        schema:
          type: boolean
      - name: timeFormat
        in: query
        description: '**[Optional]** Time format of the timestamps in the return payload.<BR/>**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`'
        schema:
          type: string
      - name: size
        in: query
        description: The number of records per page.
        schema:
          type: integer
          format: int32
          default: 100
      responses:
        '200':
          description: '200'
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: integer
                    example: 200
                  title:
                    type: string
                    example: OK
                  description:
                    type: string
                    example: Successful request
                  payload:
                    type: object
                    properties:
                      curvev1:
                        type: object
                        properties:
                          RC_bBADGER_5_DAI_2021_6_30_3Crv:
                            type: object
                            example: {}
                          RC_WETH_1400_DAI_2021_7_31_3Crv:
                            type: object
                            example: {}
                          RC_BDI_150_DAI_2021_6_30_3Crv:
                            type: object
                            example: {}
                          ycDAI_ycUSDC_ycUSDT_PAX:
                            type: object
                            example: {}
                          MBTC_crvRenWSBTC:
                            type: object
                            example: {}
                          BBTC_crvRenWSBTC:
                            type: object
                            example: {}
                          RC_DEFI5_60_DAI_2021_5_31_3Crv:
                            type: object
                            example: {}
                          xCOVER_3Crv:
                            type: object
                            example: {}
                          EURS_sEUR:
                            type: object
                            example: {}
                          USDN_3Crv:
                            type: object
                            example: {}
      deprecated: false
      tags:
      - Liquidity
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      x-default: API_KEY
      name: x-api-key
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true