Stablecoins
Link a stablecoin provider account
Link provider API credentials for the authenticated platform. Provider credentials are account-scoped and can be reused for multiple stablecoins. Currently, the only supported provider is BRALE; the provider environment is derived from the authenticated Grid platform mode.
post/stablecoin-provider-accounts
Headers
Idempotency-Keystring required
Idempotency key for retrying this request safely. Replays return the prior result; conflicting payloads are rejected.
Request body
Example request
{
"apiClientId": "provider_client_123",
"apiClientSecret": "provider_secret_456",
"providerAccountId": "2VcUIonJeVQzFoBuC7LdFT0dRe4"
}Response
Stablecoin provider account linked
Example response
{
"id": "StablecoinProviderAccount:019542f5-b3e7-1d02-0000-000000000001",
"providerAccountId": "2VcUIonJeVQzFoBuC7LdFT0dRe4",
"lastVerifiedAt": "2026-05-20T16:35:00Z",
"createdAt": "2026-05-20T16:35:00Z",
"updatedAt": "2026-05-20T16:35:00Z"
}