---
title: "Simulando uma Antecipação Spot"
method: GET
path: "/recipients/{recipient_id}/bulk_anticipations/simulate"
---

# Simulando uma Antecipação Spot

`GET /recipients/{recipient_id}/bulk_anticipations/simulate`

Obtem previsões precisas sobre o valor a ser recebido, os custos envolvidos na operação, e a data de pagamento. Para iniciar a simulação da antecipação, é necessário utilizar a rota:

## Path parameters

- `recipient_id` string, required

## Query parameters

- `timeframe` string, required
- `requested_amount` integer, required
- `payment_date` string, required

## Response `200`

200

- object
  - `amount` integer
  - `fee` integer
  - `fraudCoverageFee` integer
  - `anticipationAmount` integer
  - `anticipationFee` integer
  - `timeframe` string
  - `paymentDate` string
  - `startIntervalDate` string
  - `endIntervalDate` string

## Other responses

- `400` — 400

---

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