---
title: "Deposit USDC to account"
method: POST
path: "/v1/account/deposit"
tags: ["Account"]
---

# Deposit USDC to account

`POST /v1/account/deposit`

Deposit USDC to an account on the blockchain (faucet). The API service pays gas on behalf of the user.

**Faucet rules:**
- Non-bot wallets: exactly 1000 USDC, first-time deposit only
- Bot/RLP wallets: any amount, unlimited

## Request body

- ApiDepositUSDCRequest
  - `account` string
  - `amount` string

## Response `200`

A successful response.

- ApiDepositUSDCResponse
  - `transaction_hash` string
  - `block_number` string
  - `receipt` ApiTransactionReceipt
    - `status` integer
    - `block_number` string, uint64
    - `gas_used` string, uint64
  - `success` boolean

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
