Skip to main content
GET
List stablecoins

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Query Parameters

issuanceStatus
enum<string>

Provider issuance/linking status for the registered stablecoin.

Available options:
PENDING_REVIEW,
PROVISIONING,
PROVISIONED,
REJECTED,
FAILED
gridOperationsStatus
enum<string>

Whether the stablecoin has been enabled for normal Grid operations.

Available options:
NOT_ENABLED,
PENDING_APPROVAL,
ENABLING,
ENABLED,
DISABLED
provider
enum<string>

Stablecoin provider backing the linked account, stablecoin, or operation.

Available options:
BRALE
limit
integer
default:20

Maximum number of results to return (default 20, max 100)

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned as nextCursor from the previous response.

Response

Successful operation

data
object[]
required
hasMore
boolean
required

Indicates if more results are available beyond this page.

nextCursor
string

Cursor to retrieve the next page of results.

totalCount
integer

Total number of stablecoins matching the criteria.