Get Transfer List
You can retrieve a list of transfers using the startDate, endDate, sort, direction, and limit parameters.
Endpoints
GET
https://api.spherepay.co/v1/transfer/
For full API specification, refer to the Sphere API Reference.
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
startDate | string | No | The start date of the transfers to retrieve. |
endDate | string | No | The end date of the transfers to retrieve. |
sort | string | No | Sort data by field. |
direction | enum | No | Sort direction in either ASC or DESC . |
limit | integer | No | The number of transfers to retrieve. Default is 25, max is 250. |
The response will contain information about the transfer that matches the ID you provided.
Note
If no transfers are found, the response will be an empty array.
Response Example
Last updated on