Wallets
GET Wallets
API reference for fetching all wallets
GET
Retrieves a list of all wallets associated with your merchant account.
Key Features:
- Returns both STABLECOIN and FIAT wallets
- Supports filtering by status, asset_type, currency, and customer_id
- Includes pagination metadata
Query Parameters:
page
: Page number (default: 1)limit
: Items per page (default: 10)status
: Filter by status (active/pending/suspended)asset_type
: Filter by type (STABLECOIN/FIAT)currency
: Filter by currency (USDC, USDT, etc.)customer_id
: Filter by customer ID
Response Examples:
Success Response:
Headers
Query Parameters
Available options:
active
, pending
, suspended
Available options:
STABLECOIN
, FIAT
Available options:
USDC
, USDT
, USD
, NGN
, GBP
, EUR
, CAD
Required range:
x >= 1
Required range:
1 <= x <= 100
Response
200 - application/json
Wallets retrieved successfully
The response is of type object
.