Skip to main content
POST
Get Payments
This endpoint retrieves a list of payments made on the instance.

Request Body

string
default:"SENT"
Filter payments by type. Options: SENT, RECEIVED.

Response

The response contains a list of payment objects.

200: Success

422: Validation Error

Standard validation error if the request body is invalid.

Authorizations

X-API-Key
string
header
required

Body

application/json
filter
string | null
default:SENT

Response

Successful Response