Stablecoins
Register an existing provider-created stablecoin
Register an existing provider-created stablecoin as a Grid Stablecoin. This endpoint links provider token metadata to Grid; it does not create the token with the provider. Grid derives the active provider account link from the authenticated platform, provider, and provider environment.
post/stablecoins
Headers
Idempotency-Keystring required
Required idempotency key for retrying this request safely.
Request body
Example request
{
"providerTokenIdentifier": "ACME",
"networkTokenIdentifier": "btkn1qw508d6qejxtdg4y5r3zarvary0c5xw7k",
"stablecoinProviderAccountId": "StablecoinProviderAccount:019542f5-b3e7-1d02-0000-000000000001"
}Response
Stablecoin registered
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"
}