Multiple Pools Data by Pool Addresses

To query multiple pools based on the provided network and pool addresses

get/onchain/networks/{network}/pools/multi/{addresses}

Path parameters

networkstring required

Network ID. *refers to /onchain/networks.

addressesstring required

Pool contract address, comma-separated if more than one pool contract address.

Query parameters

includestring

Attributes to include, comma-separated if more than one. Available values: base_token, quote_token, dex

include_volume_breakdownboolean

Include volume breakdown. Default: false

include_compositionboolean

Include pool composition. Default: false

Response

Multiple pools data

Changes

Changed in 5 of the 19 revisions of this API.637

  • 11cc9e00fd86124See the full diff
    • for the query request parameter include, default value base_token was removed

      request-parameter-default-value-removed

    • api tag Pools removed

      api-tag-removed

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/items/attributes became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/address became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/base_token_price_native_currency became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/base_token_price_quote_token became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/base_token_price_usd became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/fdv_usd became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/locked_liquidity_percentage became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/market_cap_usd became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/name became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/pool_created_at became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/pool_fee_percentage became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/pool_name became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/price_change_percentage became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/quote_token_price_base_token became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/quote_token_price_native_currency became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/quote_token_price_usd became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/reserve_in_usd became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/transactions became required for the status 200

      response-property-became-required

    • the response property data/items/attributes/volume_usd became required for the status 200

      response-property-became-required

    • the response property data/items/id became required for the status 200

      response-property-became-required

    • the response property data/items/relationships became required for the status 200

      response-property-became-required

    • the response property data/items/type became required for the status 200

      response-property-became-required

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property data/items/attributes/fdv_usd became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/attributes/locked_liquidity_percentage became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/attributes/market_cap_usd became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/attributes/pool_fee_percentage became nullable for the status 200

      response-property-became-nullable

  • 91c83447321b18See the full diff
    • for the query request parameter include, default value base_token was added

      request-parameter-default-value-added

    • added the new optional query request parameter include_composition

      new-optional-request-parameter

    • added the optional property data/items/attributes/base_token_balance to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/base_token_liquidity_usd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/buy_volume_usd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/net_buy_volume_usd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/quote_token_balance to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/quote_token_liquidity_usd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/sell_volume_usd to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property data/items/attributes/price_change_percentage/m15 to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/price_change_percentage/m30 to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter include_volume_breakdown

      new-optional-request-parameter

    • added the optional property data/items/attributes/pool_fee_percentage to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/pool_name to the response with the 200 status

      response-optional-property-added