Skip to main content
GET
/
v2
/
fastBurn
/
USDC
/
allowance
Get USDC Fast Burn allowance
curl --request GET \
  --url https://iris-api-sandbox.circle.com/v2/fastBurn/USDC/allowance
{
  "allowance": 123999.999999,
  "lastUpdated": "2025-01-23T10:00:00Z"
}

Response

200 - application/json

Successfully retrieved the available USDC Fast Burn allowance.

allowance
number

The current USDC Fast Burn allowance remaining, in full units of USDC up to 6 decimals.

Example:

123999.999999

lastUpdated
string<date-time>

A UTC timestamp in ISO 8601 format, representing the date and time of an event.

Example:

"2025-01-23T10:00:00Z"

I