Stablecoins
List stablecoins
Retrieve stablecoins registered to the authenticated platform.
get/stablecoins
Query parameters
issuanceStatus'PENDING_REVIEW' | 'PROVISIONING' | 'PROVISIONED' | 'REJECTED' | 'FAILED'
Provider issuance/linking status for the registered stablecoin.
gridOperationsStatus'NOT_ENABLED' | 'PENDING_APPROVAL' | 'ENABLING' | 'ENABLED' | 'DISABLED'
Whether the stablecoin has been enabled for normal Grid operations.
provider'BRALE'
Stablecoin provider backing the linked account, stablecoin, or operation.
limitinteger
Maximum number of results to return (default 20, max 100)
cursorstring
Opaque cursor returned as nextCursor from the previous response.
Response
Successful operation
Example response
{
"data": [
{
"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"
}
]
}