ENDPOINT
- GET /v1/crypto/:id/statement
FILTERS
The table below describes various filters that can be passed as query parameters to narrow the response.
RESPONSE
- {
- "total": 2,
- "data": [
- {
- "month": 11,
- "year": 2021,
- "createdAt": "2021-12-01T00:00:00Z"
- },
- {
- "month": 10,
- "year": 2021,
- "createdAt": "2021-11-01T00:00:00Z"
- }
- ]
- }