Get transfers initiated by Mesh
Get cryptocurrency transfers initiated by Mesh on exchanges or self-custody wallets.
Authorizations
Contact Mesh to get client Secret
Contact Mesh to get client Id
Query Parameters
Number of items to return. Default 10, maximum - 100.
Number of items to skip.
Mesh transfer identifier.
Client transaction identifier.
128
Client's user identifier.
50
Transfered integration.
Transfer statuses.
pending
, succeeded
, failed
Transfer created minimum timestamp.
Transfer created maximum timestamp.
Minimum amount in fiat.
Maximum amount in fiat.
Order by column.
id
, clientTransferId
, userId
, fromType
, amountInFiat
, status
, createdTimestamp
, symbol
, networkName
Value indicating if ordering is descending.
Response
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
, unavailableForLegalReasons
A message generated by the API
User-friendly display message that can be presented to the end user
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.