GET
/
api
/
v1
/
transfers
/
managed
/
mesh

Authorizations

X-Client-Secret
string
headerrequired

Contact Mesh to get client Secret

X-Client-Id
string
headerrequired

Contact Mesh to get client Id

Query Parameters

Count
integer

Number of items to return. Default 10, maximum - 100.

Offset
integer

Number of items to skip.

Id
string

Mesh transfer identifier.

ClientTransactionId
string

Client transaction identifier.

UserId
string

Client's user identifier.

IntegrationIds
string[]

Transfered integration.

Statuses
enum<string>[]

Transfer statuses.

Available options:
pending,
succeeded,
failed
FromTimestamp
integer

Transfer created minimum timestamp.

ToTimestamp
integer

Transfer created maximum timestamp.

MinAmountInFiat
number

Minimum amount in fiat.

MaxAmountInFiat
number

Maximum amount in fiat.

OrderBy
enum<string>

Order by column.

Available options:
id,
clientTransferId,
userId,
fromType,
amountInFiat,
status,
createdTimestamp,
symbol,
networkName
DescendingOrder
boolean

Value indicating if ordering is descending.

Response

200 - application/json
status
enum<string>
Available options:
ok,
serverFailure,
permissionDenied,
badRequest,
notFound,
conflict,
tooManyRequest,
locked,
unavailableForLegalReasons
message
string | null

A message generated by the API

displayMessage
string | null

User-friendly display message that can be presented to the end user

errorType
string | null

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.

errorData
any | null
content
object