Get wallet transaction flows
GET
/api/v1/wallets/{walletBizId}/flowsHMACReturns a paginated list of transaction flows for a specific wallet.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
X-Api-Key | string | Yes | API key identifier |
X-Signature | string | Yes | HMAC-SHA256 signature |
X-Timestamp | string | Yes | Unix timestamp in seconds |
X-Nonce | string | Yes | Unique request identifier (UUID) |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
walletBizId | string | Yes | Wallet business ID |
Request Example
curl -X GET https://api.slaunchx.cc/api/v1/wallets/<walletBizId>/flows \
-H "X-Api-Key: sk_live_xxx" \
-H "X-Signature: <computed_signature>" \
-H "X-Timestamp: 1709337600" \
-H "X-Nonce: 550e8400-e29b-41d4-a716-446655440000"Response
Success200
{
"version": "1.3.0",
"timestamp": 1709337600000,
"success": true,
"code": 2000,
"message": "string"
}