---
title: "Create a new stablecoin remitter"
method: POST
path: "/stablecoins/remitters"
tags: ["Remitters"]
---

# Create a new stablecoin remitter

`POST /stablecoins/remitters`

Creates a new stablecoin remitter for a given Budget.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object
  - `budgetId` string, uuid, required — The ID of the budget to work with.
  - `displayName` string, nullable
  - `sourceCurrencyCode` string, required — The currency the remitter will send.
  - `destinationCurrencyCode` string, required — The currency that should be received into the budget.
  - `requesterIpAddress` string — The IP address of the remitter requester.

## Response `201`

Created

- object
  - `id` string, uuid, required — The ID of the BVNK remitter to work with.
  - `accountId` string, required — The ID of the account to work with.
  - `budgetId` string, uuid, required — The ID of the budget to work with.
  - `status` 'OPEN', required
  - `displayName` string, nullable
  - `sourceCurrencyCode` string, required — The currency the remitter will send.
  - `destinationCurrencyCode` string, required — The currency that should be received into the budget.
  - `link` object
    - `url` string, uri, required — The URL of BVNK's pay-in page.
    - `chains` object[], required
      - `protocol` string, required
      - `address` string, required
  - `createdBy` string, required
  - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
  - `updatedAt` string, date-time, required — The date the Resource was last modified. ISO 8601 format without milliseconds.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
