v5

OpenAPI 3.1.0Proprietary2026-08-011476181.4 MB
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

hasMoreboolean required

Indicates if more results are available beyond this page.

nextCursorstring

Cursor to retrieve the next page of results.

totalCountinteger

Total number of stablecoin provider account links matching the criteria.

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"
    }
  ]
}