Skip to main content
GET
/
partner
/
wallets
/
balances
/
overview
Get wallet balance overview
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/balances/overview \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "balances": [
      {
        "available": "49000.00",
        "currency": "NGN",
        "locked": "1000.00",
        "rail_equivalents": null,
        "total": "50000.00"
      },
      {
        "available": "1000.00",
        "currency": "USD",
        "locked": "0.00",
        "rail_equivalents": [],
        "total": "1000.00"
      }
    ],
    "credit": {
      "available_credit": "0.00",
      "credit_limit": "0.00",
      "credit_used": "0.00",
      "currency": "USD",
      "net_negative": "0.00",
      "net_positive": "0.00",
      "next_due_at": null,
      "outstanding": "0.00",
      "overdue": false,
      "status": "active",
      "withdrawal_blocked": false
    },
    "generated_at": "2026-05-24T12:00:00Z"
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use available for spend checks and locked to explain funds reserved for pending account activity.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API key. Send it in the X-Api-Key header.

Response

Wallet overview

data
object
required

NGN and USD wallet balance overview with generation timestamp.

status
enum<string>
required
Available options:
success