curl --request GET \
--url https://api.bullring.finance/v1/ramp/subaccounts \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "800f5374-8854-4790-97e0-1fa45a15b672",
"email": "[email protected]",
"status": "approved",
"createdAt": "2025-11-19T16:48:49.565Z",
"verificationTier": 1,
"kyc": {
"profiles": [
{
"country": "NG",
"status": "approved"
}
]
},
"capabilities": {
"currencies": {
"USD": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"NGN": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"BRL": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"EUR": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"GHS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"ZMW": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"TZS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"MXN": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"COP": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"ARS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
}
},
"assets": {
"USDT": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"USDC": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"BTC": {
"networks": [
"LIGHTNING"
]
}
}
},
"isParent": true
},
{
"id": "878beae6-e2f5-40a5-b7bf-449c73924aaa",
"email": "[email protected]",
"status": "created",
"createdAt": "2026-01-12T13:09:58.033Z",
"kyc": {
"profiles": []
},
"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"
]
}
}
}
}
],
"meta": {
"total": 25,
"page": 1,
"limit": 15,
"pages": 2
}
}Retrieve a paginated list of all user subaccounts for a particular account.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/subaccounts \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "800f5374-8854-4790-97e0-1fa45a15b672",
"email": "[email protected]",
"status": "approved",
"createdAt": "2025-11-19T16:48:49.565Z",
"verificationTier": 1,
"kyc": {
"profiles": [
{
"country": "NG",
"status": "approved"
}
]
},
"capabilities": {
"currencies": {
"USD": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"NGN": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"BRL": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"EUR": {
"canOnramp": false,
"canOfframp": false,
"canDeposit": false,
"canWithdraw": false,
"requiredKyc": "TIER_2"
},
"GHS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"ZMW": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"TZS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"MXN": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"COP": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
},
"ARS": {
"canOnramp": true,
"canOfframp": true,
"canDeposit": true,
"canWithdraw": true
}
},
"assets": {
"USDT": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"USDC": {
"networks": [
"ETHEREUM",
"SOLANA"
]
},
"BTC": {
"networks": [
"LIGHTNING"
]
}
}
},
"isParent": true
},
{
"id": "878beae6-e2f5-40a5-b7bf-449c73924aaa",
"email": "[email protected]",
"status": "created",
"createdAt": "2026-01-12T13:09:58.033Z",
"kyc": {
"profiles": []
},
"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"
]
}
}
}
}
],
"meta": {
"total": 25,
"page": 1,
"limit": 15,
"pages": 2
}
}