Volume

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".

post/v4/volume/boost

Query parameters

clientIdstring

Filter by the config's clientId.

programstring

Filter by the config's program.

Request body

addressesstring[] required

Wallet addresses to look up (case-insensitive). Up to 500 per request.

Response

Response for status 200

addressstring required

The queried wallet address.

booststring required

Summed entry amount for the address, as a decimal string. "0" when none match.

Changes

No recorded changes to this endpoint across all 1 revision of this API.