partner

Get historical total points at a block, broken down by vault.

get/points/total/{blockNumber}

Path parameters

blockNumberinteger required

Block number. The closest available block is used if no exact match exists.

Example:21000000

Block number. The closest available block is used if no exact match exists.

Response

Historical total points, per vault.

points_typestring required
last_blockinteger required
total_pointsstring required

Example response

[
  {
    "items": [
      {
        "vault_address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
      }
    ]
  }
]

Changes

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