curl --request GET \
--url https://api.bullring.finance/v1/ramp/subaccount/{subaccountId} \
--header 'x-api-key: <api-key>'{
"id": "878beae6-e2f5-40a5-b7bf-449c73924aaa",
"email": "[email protected]",
"status": "created",
"createdAt": "2026-01-12T13:09:58.033Z",
"kyc": {
"profiles": [
{
"country": "NG",
"status": "approved"
}
]
},
"capabilities": {
"currencies": {
"USD": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"NGN": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 NG"
},
"BRL": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"EUR": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"GHS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"ZMW": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"TZS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"MXN": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"COP": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"ARS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
}
},
"assets": {
"USDT": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"USDC": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"BTC": {
"networks": [
"LIGHTNING"
]
}
}
}
}Retrieve the details of a specific subaccount using its ID.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/subaccount/{subaccountId} \
--header 'x-api-key: <api-key>'{
"id": "878beae6-e2f5-40a5-b7bf-449c73924aaa",
"email": "[email protected]",
"status": "created",
"createdAt": "2026-01-12T13:09:58.033Z",
"kyc": {
"profiles": [
{
"country": "NG",
"status": "approved"
}
]
},
"capabilities": {
"currencies": {
"USD": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"NGN": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 NG"
},
"BRL": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"EUR": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"GHS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"ZMW": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"TZS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"MXN": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"COP": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
},
"ARS": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_1 or higher"
}
},
"assets": {
"USDT": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"USDC": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"BTC": {
"networks": [
"LIGHTNING"
]
}
}
}
}The unique identifier of the subaccount
"6a0fd7af-181d-4c0f-b24b-b8cfb739d67a"
Successful response
Unique identifier for the subaccount
Email address of the subaccount
Current status of the subaccount
created, approved, review Subaccount creation timestamp
Show child attributes
Show child attributes