Skip to main content
GET
Get all recipients
Retrieve all recipients for your account. You can filter by recipient type (crypto or fiat) using the type query parameter.

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/auth/token/issue. Send as: Authorization: Bearer <access_token>

Query Parameters

type
enum<string>

Filter by recipient type.

Available options:
crypto,
fiat
currency
string

Filter by currency (e.g. NGN, USDC).

limit
integer

Number of items per page.

Example:

10

page
integer

Page number.

Example:

1

Response

200 - application/json

Recipients retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Recipients retrieved successfully"

data
object[]
meta
object