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.
Either a single integrator string, or an array of unique integrator strings to filter transfers 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
Flag indicating if there is a next page
Flag indicating if there is a previous page
Cursor for fetching the next page. Should be passed to next in the pagination query.
Cursor for fetching the previous page. Should be passed to previous in the pagination query.
An array containing the paginated data returned by the endpoint

