---
title: "Set distribution of your reward amongst pool members"
method: POST
path: "/set-coinbase"
tags: ["POST"]
---

# Set distribution of your reward amongst pool members

`POST /set-coinbase`

# Notes
* Can only be updated once every `block.config.opow.coinbase_update_period` blocks

* Header `X-Api-Key` is required. Use `/request-api-key` endpoint. 
  
  * If `<api_key>` is invalid, a `401` error will be returned
  
* `<coinbase>` is a map of `<player_id>` to `float`, where the floats must sum to at most `1.0`

## Headers

- `X-Api-Key` string

## Request body

- SetCoinbaseRequest
  - `coinbase` number, double

## Response `200`

Success

- SetCoinbaseResponse
  - `ok` boolean

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/versions/2af9c398c1d4/schema)
