---
title: "POST /v4/volume/boost"
method: POST
path: "/v4/volume/boost"
tags: ["Volume"]
---

# POST /v4/volume/boost

`POST /v4/volume/boost`

Compute a boost per address: an address with at least one VolumeEntry in a config matching the optional clientId and program filters gets a 1x boost (base 1e9). Addresses without a matching entry are omitted; the zero address is always included with "0".

## Query parameters

- `clientId` string — Filter by the config's clientId.
- `program` string — Filter by the config's program.

## Request body

- object
  - `addresses` string[], required — Wallet addresses to look up (case-insensitive). Up to 500 per request.

## Response `200`

Response for status 200

- object[]
  - `address` string, required — The queried wallet address.
  - `boost` string, required — Summed entry amount for the address, as a decimal string. "0" when none match.

---

[API](https://skmtc.dev/merkl/apis/merkl-api.md) · [All operations](https://skmtc.dev/merkl/apis/merkl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/merkl/merkl-api/revisions/a7e5b9f6fb5f/schema)
