Accept Quote

Accepts quote.

PUT https://api.sandbox.coindirect.com/api/v1/quote/accept/:uuid:

Path Parameters

{
  "id": 93503,
  "from": "EUR",
  "to": "ETH",
  "amountIn": 31.000000000000000000,
  "amountDue": 31.000000000000000000,
  "amountOut": 0.008701910000000000,
  "price": 3562.436292721900000000,
  "quoteStatus": "PENDING",
  "paymentStatus": "PENDING",
  "acceptanceExpiryDate": 1641224992419,
  "paymentExpiryDate": 1641225871410,
  "paymentReceiptDate": null,
  "payInLegs": [],
  "payInMethod": {
    "id": 5,
    "code": "wallet",
    "settlementCurrency": "EUR",
    "requestedCurrency": null,
    "estimatedExchangeRate": null,
    "accountMethods": []
  },
  "payOutMethod": {
    "id": 3,
    "code": "wallet",
    "currency": "ETH",
    "accountMethods": [
      {
        "id": 171,
        "display": null
      }
    ]
  },
  "uuid": "5dc4e061-31c6-4b96-8c4d-0ea984aece0b",
  "payOutInstruction": null,
  "payInInstruction": null,
  "usePayInMethod": null,
  "usePayOutMethod": null,
  "fee": 0.310000000000000006,
  "processingFee": 0E-18,
  "type": "FIXED",
  "netPrice": 3562.436292721900000000,
  "grossPrice": 3562.436292721900000000,
  "amountInGross": 31,
  "amountInNet": 31.000000000000000000,
  "fees": {
    "percentage": {
      "service": 0.0100,
      "processing": 0.0000
    },
    "value": {
      "service": 0.31,
      "processing": 0
    }
  },
  "dateCreated": 1641224972464,
  "lastUpdated": 1641224972464
}

Last updated