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.
Authorizations
API token authentication using format <api token id>:<api client secret>
Headers
Idempotency key for retrying this request safely. Replays return the prior result; conflicting payloads are rejected.
255Body
Stablecoin provider backing the linked account, stablecoin, or operation.
BRALE Provider API client id used to verify and link the provider account.
"provider_client_123"
Provider API client secret. Grid verifies and stores this secret encrypted; it is never returned.
"provider_secret_456"
Provider account id. Optional when the submitted credentials expose exactly one provider account.
"2VcUIonJeVQzFoBuC7LdFT0dRe4"
Response
Stablecoin provider account linked
System-generated stablecoin provider account link identifier.
"StablecoinProviderAccount:019542f5-b3e7-1d02-0000-000000000001"
Stablecoin provider backing the linked account, stablecoin, or operation.
BRALE Provider account id.
"2VcUIonJeVQzFoBuC7LdFT0dRe4"
Provider environment derived from the authenticated Grid platform mode.
SANDBOX, PRODUCTION Status of the linked stablecoin provider account credentials.
ACTIVE, INVALID, REVOKED Creation timestamp.
"2026-05-20T16:35:00Z"
Last update timestamp.
"2026-05-20T16:35:00Z"
Timestamp of the last successful provider credential verification.
"2026-05-20T16:35:00Z"