Get contract entry point costs

Get deploys costs and payment amounts, aggregated by contract hash and entry point name

GET /contracts/{contract_hash}/entry-points/{entry_point_name}/costs

Query params

None

Sorting

None

Optional properties

None

Response

{
  "data": {
    "deploys_num": number,
    "since": datetime,
    "avg_cost": number,
    "min_cost": number,
    "max_cost": number,
    "avg_payment_amount": number,
    "min_payment_amount": number,
    "max_payment_amount": number
  }
}

Example

Last updated