Skip to main content
GET
List Payouts

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
✅ Service Account

Required Permissions

Payouts:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Query Parameters

limit
integer

Maximum number of items to return.

Required range: 1 <= x <= 50
paginationToken
string

Opaque token used to retrieve the next page. Returned as nextPageToken from the previous request.

Minimum string length: 1
walletId
string

Filter payouts by wallet ID.

Required string length: 1 - 64
status
enum<string>[]

Filter payouts by status (comma-separated).

Dfns managed payout status.

Available options:
Processing,
Completed,
Failed,
Rejected,
Expired,
Canceled
provider
enum<string>[]

Filter payouts by provider (comma-separated).

Payout provider.

Available options:
Borderless,
CircleMint

Response

200 - application/json

Success

items
(Borderless Payout · object | Circle Mint Payout · object)[]
required

Current page items.

nextPageToken
string

token to use as paginationToken to request the next page.

Last modified on July 23, 2026