Skip to content
Restrike Docs

Fractions

Metadata for the tokenised coins. Everything about value lives on chain; this only says what a token id means.

ERC-1155 metadata for one pool entry

GET/fractions/{file}

What a wallet or marketplace fetches to render a token. The token id is assigned in the pool table and used verbatim on chain, so this is the only place that knows token 7 means a particular type in a particular condition. The chain owns everything about value; nothing here is a price.

Path Parameters

fileRequired
string
Example7.json

Responses

The pull machines, their odds and their pools

GET/machines

Everything needed to render the gacha, read from the chain rather than mirrored: tier prices, the published odds table, and each machine's pool with live house prices and exposure. Catalogue names and images are joined in from the pool mapping.

Responses