Stablecoins
Request Grid enablement for a stablecoin
Ask Lightspark to approve a registered stablecoin as a Grid settlement currency. Grid enablement is a reviewed workflow rather than a self-service switch, so this endpoint only records the request: it moves gridOperationsStatus from NOT_ENABLED to PENDING_APPROVAL and returns the updated stablecoin. Lightspark drives the remaining ENABLING and ENABLED steps.
The request is idempotent. Repeating it while the stablecoin is already PENDING_APPROVAL succeeds and changes nothing. A stablecoin in any other Grid operations status cannot be requested, and returns 409.
post/stablecoins/{stablecoinId}/request-grid-enablement
Response
Grid enablement requested
Example response
{
"id": "Stablecoin:019542f5-b3e7-1d02-0000-000000000002",
"name": "Acme Dollar",
"symbol": "ACME",
"baseCurrency": "USD",
"decimals": 6,
"networkTokenIdentifier": "btkn1qw508d6qejxtdg4y5r3zarvary0c5xw7k",
"currency": "ACME",
"stablecoinProviderAccountId": "StablecoinProviderAccount:019542f5-b3e7-1d02-0000-000000000001",
"providerTokenIdentifier": "ACME",
"createdAt": "2026-05-20T16:40:00Z",
"updatedAt": "2026-05-20T17:10:00Z"
}