Get a paginated list of filtered transfers
A paginated version of the GET /v1/analytics/transfers endpoint
. This endpoint can be used to retrieve a list of transfers filtered by certain properties.
Query Parameters
Pagination limit. Defines the maximum number of returned results.
The next page cursor. Must come from the next
field of the response of the previous request.
The previous page cursor. Must come from the previous
field of the response of the previous request.
The integrator string to filter by
The sending OR receiving wallet address
The status of the transfers. Possible values are ALL
, DONE
, PENDING
, and FAILED
. The default is DONE
The oldest timestamp that should be taken into consideration. Defaults to 30 days ago
The newest timestamp that should be taken into consideration. Defaults to now
The chain where the transfer originates from.
The chain where the transfer ends.
The token transferred from the originating chain. To use this parameter fromChain
must be set.
The token received on the destination chain. To use this parameter toChain
must be set.
Response
Response for GET /analytics/transfers/summary
endpoint
Parameters used to query paginated endpoints