Skip to main content

List all Payins

Retrieve a list of payins.

warning

This API spec is a Work in Progress and is subject to change during Q2 2025.

Endpoint

GET /v1/payins
Scope

payins:all

Request

Query Parameters

All the following parameters are optional:

NameTypeDescription
pageintegerThe number of the page to return.
page_sizeintegerThe number of the size of the page.
statusPENDING
ABORTED
IN_PROGRESS
FULLFILLED
The status of the payins to retrieve

Example

GET /v1/payins?page=1&page_size=30&status='PENDING'

Response

NameTypeDescription
outputArray<Payin>The list of payins.
codestringThe response status code text.

Test the endpoint

curl -X GET 'https://api.minteo.finance/v1/payouts' \
-H 'Authorization: Bearer <your-api-key>'