---
title: "Submit Settlement Request"
method: POST
path: "/send/crypto"
---

# Submit Settlement Request

`POST /send/crypto`

Submit a settlement request. Withdraw from your balance to a wallet address. You can set up settlement webhook to receive status update on your settlement.

## Request body

- object
  - `amount` integer, required — Crypto amount
  - `walletAddress` string, required — Recipient wallet address
  - `cryptoCurrency` string, required — Recipient wallet crypto currency
  - `cryptoNetwork` string, required — Recipient wallet network
  - `sequenceId` string, required — Represents a unique id for the transaction from your end
  - `travelRuleInfo` object, required — travel rule info belonging to address owner
    - `name` string, required
    - `businessRegistrationNumber` string, required

## Response `200`

200

- object
  - `partnerId` string
  - `cryptoRate` integer
  - `externalWalletAddress` string
  - `status` string
  - `createdAt` string
  - `fiatAmountUSD` integer
  - `source` string
  - `sequenceId` string
  - `cryptoCurrency` string
  - `network` string
  - `cryptoAmount` integer
  - `updatedAt` string
  - `provider` string
  - `id` string
  - `walletBalanceUSD` number
  - `type` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
