Docs/Public API/Issuers API

Issuers API

Read issuer-level aggregates for indexed Loyalty Tokens and activity.

GET /issuers#

List issuer-level aggregates.

List issuersbash
curl "https://api.loyfin.com/issuers?limit=25"

Filters: cursor, limit, chainId, and q. Pagination is cursor-based and computed in SQL.

GET /issuers/:address#

Read one issuer.

Read issuerbash
curl "https://api.loyfin.com/issuers/0x1111111111111111111111111111111111111111"

Issuer object#

FieldTypeRequiredMeaning
idstringyesCursor ID for issuer pagination. It is the first indexed Loyalty Token row for this issuer.
chainIdstringyesChain ID.
issueraddressyesImmutable brand issuer identity.
tokenCountnumberyesNumber of indexed Loyalty Tokens created by this issuer.
issuableCount / redeemableCount / transferableCountnumberyesHow many of the issuer's tokens currently have each capability open.
totalIssued / totalRedeemedstringyesAggregated completed issuance and redemption amounts across this issuer.
transferCountnumberyesCompleted customer transfer count across this issuer's Loyalty Tokens.
pendingOperationCountnumberyesSigned operations currently waiting to be mined or submitted.
lastActivityAtdatetimeyesMost recent indexed token, operation, issuance, redemption, or transfer activity.