---
title: "Accept a settlement"
method: POST
path: "/atlas/settlements/{settlementId}/accept"
tags: ["Atlas Settlement Network"]
---

# Accept a settlement

`POST /atlas/settlements/{settlementId}/accept`

Permissions required: **Propose and Accept settlements** and **Read vault activity**


Accept a proposed settlement and select wallets to receive funds to and/or send funds from.

## Path parameters

- `settlementId` string, required

## Headers

- `Api-Signature` string, required
- `Api-Timestamp` integer, required

## Request body

- SNAcceptSettlementRequest
  - `useGasStation` boolean — Option to request to use Gas Station to cover fees for acceptor.
  - `vaultId` string, required — ID of vault to use for the settlement
  - `walletAmounts` SNWalletAmount[], required — The set of wallets to use for the requested walletAmounts. The assets must match exactly the list of assets in the proposal and the amounts must be exactly opposite the amounts in the proposal. Use positive numbers to describe assets to receive and negative to send. The sum of the amounts, by asset type, must match the negative of the sum of the amounts on the proposer's side of the settlement. The special string `createWallet` can be used to indicate that a new wallet should be created for this asset for this settlement.
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
    - `quantity` string, required — The numeric value of this amount, excluding units. Use positive numbers for receiving and negative for sending assets. Amounts never include fees.
    - `walletId` string

## Response `200`

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
