Endpoint
Query parameters
string
Narrow to one wallet’s Minisend id. To filter by your own reference instead, first resolve it with get by reference.
number
default:"20"
Page size, max 100.
number
default:"0"
Rows to skip.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every deposit across every wallet on your account, newest first — the reconciliation endpoint.
GET https://merchant.minisend.xyz/api/v1/deposits
Authorization: Bearer wsk_live_your_key_here
curl "https://merchant.minisend.xyz/api/v1/deposits?limit=50" \
-H "Authorization: Bearer wsk_live_your_key_here"
| Status | Meaning |
|---|---|
400 | wallet_id isn’t a valid id (UUID) |
401 | Missing or invalid API key |
