---
title: "Add STRIKE tokens to staking pool"
method: POST
path: "/addStake"
tags: ["Staking"]
---

# Add STRIKE tokens to staking pool

`POST /addStake`

## Request body

- AddStakeRequest
  - `request` object, required
    - `address` string, required
    - `amount` number, double, required

## Response `200`

Transaction built successfully

- TxResponse
  - `success` boolean
  - `txCBOR` string
  - `error` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/strikefinance/apis/strike-finance-staking-api.md) · [All operations](https://skmtc.net/strikefinance/apis/strike-finance-staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikefinance/strike-finance-staking-api/revisions/6b7d8bd51050/schema)
