# Get the list of payouts for the current user in each currency

Endpoint: GET /api/v1/me/payouts
Version: 0.1.0
Security: APIKey

## Header parameters:

  - `Trustap-User` (string)
    Required in client flows, where you make API calls on behalf of another Trustap user.

## Response 200 fields (application/json):

  - `payouts` (array, required)

  - `payouts.amount` (integer, required)

  - `payouts.arriving` (string, required)

  - `payouts.currency` (string, required)

  - `payouts.initiated` (string, required)

  - `payouts.status` (string, required)


