Stablecoins
List stablecoin provider account links
Retrieve stablecoin provider account links for the authenticated platform.
get/stablecoin-provider-accounts
Query parameters
provider'BRALE'
Stablecoin provider backing the linked account, stablecoin, or operation.
status'ACTIVE' | 'INVALID' | 'REVOKED'
Status of the linked stablecoin provider account credentials.
limitinteger
Maximum number of results to return (default 20, max 100)
cursorstring
Cursor for pagination (returned from previous request)
Response
Successful operation
Example response
{
"data": [
{
"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"
}
]
}