Finance-as-a-Service Developer Sandbox
API-FirstArticle 6 ReadyIFMIS ConnectedIFMIS handshake · CBDC integration · Article 6 carbon accounting · IMF / World Bank / ADB secure access
4
IFMIS Systems
SAP · Oracle · Dynamics · CBDC
47
API Endpoints
Carbon · Budget · XBRL · MRV
5
Org Integrations
IMF · World Bank · ADB · CDB · OECS AI Institute
654
API Requests Today
Across all tenants
IFMIS & CBDC Handshake Status
| System | Organisation | Status | Version | Last Sync | Endpoints |
|---|---|---|---|---|---|
| SAP S/4HANA | Global Platform Ministry of Finance | connected | 2023 FPS01 | 2 min ago | 14 |
| Oracle Financials | GoG (Grenada) | connected | 23D | 8 min ago | 11 |
| Microsoft Dynamics 365 | GoD (Dominica) | provisioning | 10.0.37 | Pending | 0 |
| IFMIS (Custom) | GoF (Fiji) | connected | v4.2 | 22 min ago | 8 |
| CBDC Gateway | Eastern Caribbean Central Bank | connected | ECCB DCash v2 | 1 min ago | 6 |
Article 6 Query Builder
// Article 6 — Query the platform member state's ITMO balance
const response = await fetch(
'https://api.gcbt.gov.lc/v1/carbon/itmos?country=SLU&year=2025',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'X-Tenant': 'saint-lucia',
'X-XBRL-Version': '2024',
}
}
);
const data = await response.json();
// Returns: { itmos_issued: 4200, itmos_transferred: 1800,
// corresponding_adjustment: -1800, unit: "tCO2e" }Response
Run a query to see the response
Available API Endpoints
GET
/v1/carbon/itmosGET
/v1/carbon/corresponding-adjustmentsPOST
/v1/carbon/registry/submitGET
/v1/carbon/ndcs/{country}GET
/v1/xbrl/export/{report_id}POST
/v1/budget/tagInternational Organisation Access PortalZero-Trust · ABAC
| Organisation | Programme | Data Scope | Access Tier | Status | Requests Today |
|---|---|---|---|---|---|
| IMF | Article IV | National climate-spend data · Debt sustainability | Observer | active | 142 |
| World Bank | IDA/IBRD | Project pipeline · GCF co-financing | Partner | active | 89 |
| ADB | SIDS Programme | Pacific tenant data · Adaptation finance | Observer | active | 34 |
| CDB | BNTF | Full portfolio access · XBRL exports | Full Access | active | 211 |
| OECS AI Institute | Global Platform | MRV data · GHG disclosures | Full Access | active | 178 |