Skip to main content
GET
/
lookup
/
stablebonds
Get all stablebonds
curl --request GET \
  --url https://api.etherfuse.com/lookup/stablebonds
{
  "calculatedAt": "2024-01-15T12:00:00Z",
  "stablebonds": [
    {
      "symbol": "CETES",
      "netAmountDecimal": "1309439.053036",
      "netValueDecimal": "1467139.953242",
      "bondCurrency": "MXN",
      "tokenPriceDecimal": "1.120434",
      "purchaseOrderAmount": "283617.373522",
      "redeemOrderAmount": "0",
      "blockchains": [
        {
          "blockchain": "stellar",
          "tokenIdentifier": "CETES-GC3CW7EDYRTWQ635VDIGY6S4ZUF5L6TQ7AA4MWS7LEQDBLUSZXV7UPS4",
          "totalSupply": "106595.334047"
        },
        {
          "blockchain": "solana",
          "tokenIdentifier": "AvvetPGuuB5FD5m86fpw3LtDKyQoUFT1mG9WarNQLW4q",
          "totalSupply": "916496.867925"
        }
      ],
      "solanaMintAddress": "AvvetPGuuB5FD5m86fpw3LtDKyQoUFT1mG9WarNQLW4q"
    }
  ]
}

Response

200 - application/json

Stablebonds retrieved successfully

calculatedAt
string<date-time>

ISO 8601 timestamp of when supply data was calculated

stablebonds
object[]