GET
/
scheduled-deals
{
  "data": [
    {
      "orderIds": [
        "b88f4ed0-10a2-412f-be3e-b5e47abe9b50"
      ],
      "quoteId": "<string>",
      "amount": 1000,
      "pendingAmount": 1000,
      "symbolIn": "CLP",
      "symbolOut": "MATIC",
      "document": 752174722,
      "amountCrypto": 32.171150520770496,
      "scheduledDealdId": "3965a24q-fdfd-4d65-96e4-c412de827213",
      "destinationAddress": "0x40f9bf922c23c43acede50Ab4425280C0ffBD697",
      "email": "example@gmail.com",
      "exchangeRate": 746.01,
      "status": "PAID",
      "createdAt": "2023-11-30T15:42:20.269+00:00",
      "expiresAt": "2023-11-30T15:42:20.269+00:00",
      "metadata": "<string>"
    }
  ],
  "totalPages": 123
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
required

Can be PAID | EXPIRED | PENDING

endDate
string
required
startDate
string
required
pageSize
string
required

Max amount of documents in the response

pageNumber
string
required

Current page

Response

200 - application/json
data
object[]
totalPages
number