Retrieves all quotes or a set of quotes associated with the customer. Use the supported parameters to filter the list of all quotes.
Bad request
Forbidden
Not found
Internal server error
{- "quotes": [
- {
- "quoteId": "fd5dbe64-a96e-4e1c-9843-75cd6b0cdb60",
- "requestedAt": "2021-01-01T01:00:30.000Z",
- "createdAt": "2021-01-01T01:00:32.000Z",
- "bidPrice": "51345.76",
- "offerPrice": "62289.42",
- "baseAsset": "BTC",
- "quoteAsset": "USD",
- "baseAssetQty": "1.00000000",
- "quoteAssetQty": "165020.66",
- "side": "BUY",
- "expiresAt": "2021-01-01T01:10:00.000Z",
- "endUserGuid": "669ce446-22d0-11ec-9621-0242ac130002"
}
], - "first": false,
- "last": true,
- "totalElements": 4,
- "totalPages": 10
}