curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/status' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"enrolled": true,
"status": "approved",
"funding_structure": "master_wallet",
"iban_enabled": false,
"enabled_chains": ["SOL"],
"max_cards": 500,
"daily_funding_limit": 50000,
"monthly_funding_limit": 500000,
"approved_at": "2026-04-01T12:00:00.000Z"
}
}
Retrieve the status and configuration of your Card Issuer Program
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/status' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"enrolled": true,
"status": "approved",
"funding_structure": "master_wallet",
"iban_enabled": false,
"enabled_chains": ["SOL"],
"max_cards": 500,
"daily_funding_limit": 50000,
"monthly_funding_limit": 500000,
"approved_at": "2026-04-01T12:00:00.000Z"
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/status' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"enrolled": true,
"status": "approved",
"funding_structure": "master_wallet",
"iban_enabled": false,
"enabled_chains": ["SOL"],
"max_cards": 500,
"daily_funding_limit": 50000,
"monthly_funding_limit": 500000,
"approved_at": "2026-04-01T12:00:00.000Z"
}
}
| Status | Meaning |
|---|---|
pending | Application under review — typically 1–2 business days |
approved | Program is live — you can onboard customers and issue cards |
rejected | Application declined — contact support |
suspended | Program temporarily suspended |