Get withdrawal quotation

Get withdrawal quotation

POST {{Environment_URL}}/vendors/v1/withdrawals/quotation

Headers

Name
Value

Authorization

Bearer <token>

Response

{
  "id": "899f633ea4b2f042cc5e4ec00e08bb085f1534cb",
  "metadata": {
    "type": "WITHDRAWAL",
    "externalId": "vnd_01ht04gv72evxrzp83qqaq6xjt",
    "lastIds.0.type": "VENDOR_FEE",
    "lastIds.0.id": "btnx_01jsmfe1d56cf1qb9n6p4zzgfc",
    "lastIds.0": {
      "type": "VENDOR_FEE",
      "id": "btnx_01jsmfe1d56cf1qb9n6p4zzgfc"
    },
    "lastIds": [
      {
        "type": "VENDOR_FEE",
        "id": "btnx_01jsmfe1d56cf1qb9n6p4zzgfc"
      }
    ]
  },
  "reverse": true,
  "currency": {
    "code": "USD",
    "name": "Dólar Americano",
    "commercialExchangeRate": {
      "value": 48220,
      "divisor": 10000,
      "currency": "BRL",
      "precision": 4,
      "updatedAt": "2023-06-16T14:20:13.000Z"
    },
    "countryFlagUrl": "https://s3.amazonaws.com/simple-exchanges-homolog/new-flags/united-states.svg",
    "levelingRate": {
      "value": 48220,
      "divisor": 10000,
      "currency": "BRL",
      "precision": 4
    },
    "maxValueSimplePay": {
      "value": 2000000,
      "divisor": 100,
      "currency": "USD",
      "precision": 2
    },
    "minValueSimplePay": {
      "value": 1,
      "divisor": 100,
      "currency": "USD",
      "precision": 2
    },
    "clamp": "NORMAL",
    "offer": {
      "value": 479963,
      "divisor": 100,
      "currency": "USD",
      "precision": 2
    },
    "offerUSD": {
      "value": 479963,
      "divisor": 100,
      "currency": "USD",
      "precision": 2
    },
    "price": {
      "withoutSpread": {
        "value": 48220,
        "divisor": 10000,
        "currency": "BRL",
        "precision": 4
      },
      "withoutTax": {
        "value": 48220,
        "divisor": 10000,
        "currency": "BRL",
        "precision": 4
      },
      "withTax": {
        "value": 48220,
        "divisor": 10000,
        "currency": "BRL",
        "precision": 4
      },
      "withTaxesAndFees": {
        "value": 48220,
        "divisor": 10000,
        "currency": "BRL",
        "precision": 4
      },
      "withFutureTax": {
        "value": 48220,
        "divisor": 10000,
        "currency": "BRL",
        "precision": 4
      }
    },
    "spreads": [],
    "fees": []
  },
  "tax": {
    "iof": {
      "percentage": 0,
      "total": {
        "value": 0,
        "divisor": 100,
        "currency": "BRL",
        "precision": 2
      }
    }
  },
  "futureTax": {
    "ir": {
      "percentage": 0,
      "total": {
        "value": 0,
        "divisor": 100,
        "currency": "BRL",
        "precision": 2
      }
    }
  },
  "total": {
    "withoutSpread": {
      "value": 2314382,
      "divisor": 100,
      "currency": "BRL",
      "precision": 2
    },
    "withoutTax": {
      "value": 2314382,
      "divisor": 100,
      "currency": "BRL",
      "precision": 2
    },
    "withTax": {
      "value": 2314382,
      "divisor": 100,
      "currency": "BRL",
      "precision": 2
    },
    "withTaxesAndFees": {
      "value": 2314382,
      "divisor": 100,
      "currency": "BRL",
      "precision": 2
    },
    "withFutureTax": {
      "value": 2314382,
      "divisor": 100,
      "currency": "BRL",
      "precision": 2
    }
  },
  "createdAt": "2025-07-01T13:56:03.618Z"
}