Skip to main content
GET
/
api
/
v1
/
billing
Get billing info
curl --request GET \
  --url https://staging.api.rye.com/api/v1/billing \
  --header 'Authorization: <api-key>'
{
  "drawdown": {
    "balance": {
      "currencyCode": "USD",
      "amountSubunits": 1500
    },
    "config": {
      "chargeAutomatically": true,
      "currency": "USD",
      "minBalanceSubunits": 200000,
      "targetBalanceSubunits": 1000000
    },
    "enabled": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Rye API key

Response

Billing configuration including drawdown settings and balance

drawdown
object
required