Multiple Pools Data by Pool Addresses
To query multiple pools based on the provided network and pool addresses
Path parameters
Network ID. *refers to /onchain/networks.
Pool contract address, comma-separated if more than one pool contract address.
Query parameters
Attributes to include, comma-separated if more than one. Available values: base_token, quote_token, dex
Include volume breakdown. Default: false
Include pool composition. Default: false
Response
Multiple pools data
Changes
Changed in 5 of the 19 revisions of this API.637
- ▲
for the
queryrequest parameterinclude, default valuebase_tokenwas removedrequest-parameter-default-value-removed
- ○
api tag
Poolsremovedapi-tag-removed
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/attributesbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/addressbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/base_token_price_native_currencybecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/base_token_price_quote_tokenbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/base_token_price_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/fdv_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/locked_liquidity_percentagebecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/market_cap_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/pool_created_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/pool_fee_percentagebecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/pool_namebecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/price_change_percentagebecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/quote_token_price_base_tokenbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/quote_token_price_native_currencybecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/quote_token_price_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/reserve_in_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/transactionsbecame required for the status200response-property-became-required
- ○
the response property
data/items/attributes/volume_usdbecame required for the status200response-property-became-required
- ○
the response property
data/items/idbecame required for the status200response-property-became-required
- ○
the response property
data/items/relationshipsbecame required for the status200response-property-became-required
- ○
the response property
data/items/typebecame required for the status200response-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_usdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/attributes/locked_liquidity_percentagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/attributes/market_cap_usdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/attributes/pool_fee_percentagebecame nullable for the status200response-property-became-nullable
- ▲
- ▲
for the
queryrequest parameterinclude, default valuebase_tokenwas addedrequest-parameter-default-value-added
- ○
added the new optional
queryrequest parameterinclude_compositionnew-optional-request-parameter
- ○
added the optional property
data/items/attributes/base_token_balanceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/base_token_liquidity_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/buy_volume_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/net_buy_volume_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/quote_token_balanceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/quote_token_liquidity_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/sell_volume_usdto the response with the200statusresponse-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/m15to the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/price_change_percentage/m30to the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterinclude_volume_breakdownnew-optional-request-parameter
- ○
added the optional property
data/items/attributes/pool_fee_percentageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/pool_nameto the response with the200statusresponse-optional-property-added
- ○