Utility

Utility functions and special permissions functions

Get internal projects

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
searchstringOptional

Search term for filtering projects by name or other attributes

Responses
200Success
application/json
get
/v1/utils/internal/projects
200Success

Get an internal project by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The ID of the internal project

Responses
200Success
application/json
get
/v1/utils/internal/projects/{id}
200Success

Refresh CarbonRegistry.com's onchain transaction indexers

post

Pings our indexers. Could be used to speed up CarbonRegistry.com's indexing of onchain data.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
post
/v1/utils/indexer/refresh
200Success

Get some credits from the friendbot

get

This endpoint sends 100 credits to the organization account that owns the calling api key. Only on testnet.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200Success
application/json
get
/v1/{id}/friendbot
200Success

Last updated