Stablecoins
Get a stablecoin issuer operation
Retrieve a single stablecoin issuer operation by its Grid identifier.
get/stablecoin-operations/{stablecoinOperationId}
Response
Successful operation
Example response
{
"id": "StablecoinOperation:019542f5-b3e7-1d02-0000-000000000301",
"stablecoinId": "Stablecoin:019542f5-b3e7-1d02-0000-000000000002",
"amount": "1000000",
"stablecoinProviderAccountId": "StablecoinProviderAccount:019542f5-b3e7-1d02-0000-000000000001",
"source": {
"type": "ACH_DEBIT",
"externalAccountId": "ExternalAccount:019542f5-b3e7-1d02-0000-000000000101",
"accountId": "InternalAccount:019542f5-b3e7-1d02-0000-000000000102",
"sourceTokenIdentifier": "USDC",
"cryptoNetwork": "SOLANA"
},
"fundingInstructions": {
"rail": "SPARK",
"network": "SPARK",
"address": "spark1...",
"valueType": "ACME"
},
"destination": {
"accountId": "ExternalAccount:019542f5-b3e7-1d02-0000-000000000205"
},
"estimatedDelivery": {
"rail": "ACH_CREDIT",
"amount": "100",
"currency": "USD",
"timing": "1-3 business days"
},
"expiresAt": "2026-05-27T16:40:00Z",
"providerStatus": "pending",
"failureReason": "PROVIDER_TRANSFER_FAILED",
"description": "Initial program funding mint",
"createdAt": "2026-05-20T16:40:00Z",
"updatedAt": "2026-05-20T17:10:00Z"
}