Appearance
Platform API
Transfers
Endpoints and schemas for the Transfers API area.
List transfers
GET
/v1/transfers
Returns transfers matching the given filters, with pagination metadata.
Authorizations
papiHmac
HMAC authentication. Send x-api-key, x-timestamp, x-nonce, and an x-signature computed over the request.
Type
API Key (header: x-api-key)
Parameters
Query Parameters
type
Type
string
Valid values
"deposit""withdrawal""transfer"status
Type
string
Valid values
"pending""finished""cancelled"metadata
Type
object
search
Type
string
orderBy
wallet
token
limit
Type
integer
Exclusive Minimum
trueMaximum
9007199254740991offset
Type
integer
Minimum
0Maximum
9007199254740991createdAtFrom
Type
string
createdAtTo
Type
string
amountMin
Type
number
Minimum
0Exclusive Minimum
trueamountMax
Type
number
Minimum
0Exclusive Minimum
trueidentifier
Type
string
identifiers
Type
array
operation
Type
string
Valid values
"CREDIT""DEBIT"Responses
Successful response
application/json
{
}