Skip to main content
GET
/
partner
/
wallets
/
currencies
List wallet currencies
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/currencies \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "currencies": [
      {
        "code": "NGN",
        "decimals": 2,
        "deposit_enabled": true,
        "logo_url": null,
        "name": "Nigerian Naira",
        "symbol": "NGN",
        "wallet_enabled": true,
        "withdrawal_enabled": true
      },
      {
        "code": "USD",
        "decimals": 2,
        "deposit_enabled": true,
        "logo_url": null,
        "name": "US Dollar",
        "symbol": "$",
        "wallet_enabled": true,
        "withdrawal_enabled": true
      }
    ]
  },
  "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.

USDT and USDC are stablecoin settlement rails for the USD wallet. They are not returned as separate wallet currencies.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

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

Response

Supported wallet currencies

data
object
required

User-facing wallet currencies supported by the API.

status
enum<string>
required
Available options:
success