Skip to main content
GET
/
v1
/
ramp
/
subaccount
/
{subaccountId}
Get Subaccount
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/subaccount/{subaccountId} \
  --header 'x-api-key: <api-key>'
{
  "id": "6a0fd7af-181d-4c0f-b24b-b8cfb739d67a",
  "email": "johnanisere+0012357490i@bullring.finance",
  "balance": "0.00000000",
  "balanceCurrency": "USD",
  "status": "approved",
  "createdAt": "2025-11-19T23:59:29.241Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string<uuid>
required

The unique identifier of the subaccount

Example:

"6a0fd7af-181d-4c0f-b24b-b8cfb739d67a"

Response

Successful response

id
string<uuid>

Unique identifier for the subaccount

email
string<email>

Email address of the subaccount

balance
string

Subaccount balance

balanceCurrency
string

Currency of the balance

status
string

Current status of the subaccount

createdAt
string<date-time>

Subaccount creation timestamp