This endpoint can be used to retrieve a list of transfers filtered by certain properties. Returns a maximum of 1000 transfers.
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 for GET /analytics/transfers
endpoint
The response is of type object
.