---
title: "POST /api/v1/account/fund"
method: POST
path: "/api/v1/account/fund"
tags: ["Account"]
---

# POST /api/v1/account/fund

`POST /api/v1/account/fund`

## Request body

- FundRequest
  - `amounts` integer[], required
  - `metadatas` string[], required
  - `receiver` string, required
  - `request_id` string, nullable

## Response `200`

Funding request successful

- FundResult
  - `txid` string, required

## Other responses

- `400` — Invalid request
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/ekidenfi/apis/ekiden-gateway.md) · [All operations](https://skmtc.net/ekidenfi/apis/ekiden-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ekidenfi/ekiden-gateway/revisions/75ffe546b73a/schema)
