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.
Headers
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"
}Changes
Changed in 5 of the 24 revisions of this API.71
- ●
added the new
EXTERNAL_ACCOUNT_VERIFICATION_REQUIREDenum value to thecoderesponse property for the response status400response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
TRANSACTION_SIZE_LIMIT_EXCEEDEDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
CARDHOLDER_KYC_NOT_APPROVEDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
CARD_ALREADY_CLOSEDenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
added the new
CARD_NOT_MUTABLEenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
added the new
INVALID_STATE_TRANSITIONenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
- ●
added the new
END_USER_TERMS_VERSION_NOT_FOUNDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○