Get the total amount of a token received on a specific chain, for cross-chain transfers.
Calculates and returns the total received token amount per wallet address, per sending chain, within a specified time range, for a given receiving chain and receiving token. Only aggregates cross-chain transfers, meaning transfers with distinct sending and receiving chains.
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.
A Unix timestamp in seconds marking the start of the query period, inclusive. Transactions older than this timestamp will not be included in the summary.
A Unix timestamp in seconds marking the end of the query period, inclusive. Transactions after this timestamp will not be included in the summary. The maximum range supported by the endpoint is 30 days.
The ID, or key of the chain on the receiving side of the transfer. This parameter filters the summary to include only transfers received on the specified chain.
The address, or symbol of the token received in the transfers. This parameter filters the summary to include only transfers involving the specified token on the receiving chain.
The ID, or key of the chain on the sending side of the transfers. This parameter filters the summary to include only transfers sent from the specified chain.
The integrator string to filter transfers by. This parameter filters the summary to include only transfers for the given integrator.
Response
Response for GET /analytics/transfers/summary
endpoint
Parameters used to query paginated endpoints