githubEdit

⚑Quick Start

Jump Right Into the Integration

Few easy examples on how to integrate with Aktionariat

External API

An easy and quick way to get all tokens on the Aktionariat platfom is the /token enpoint, which gives you back a lot of details

Get all tokens

get

Get all tokens that are registered in the Aktionariat back-end.

Responses
chevron-right
200

Successful operation

get
/tokens/

For all endpoints visit the External API section:

βš™οΈExternal API (Gitbook)chevron-right

Subgraph

To quickly check out the Subgraph you can go to the The Graph's Explorer Pagearrow-up-right An first insight full query would be to get all total trading data of the platform:

For the full details about visit the Subgraph section:

πŸ“ŠSubgraphchevron-right

Ethers

A short node.js script to get the price to buy one share:

More examples with Ethers:

Integrate with Ethers.jschevron-right

Solidity

A short contract to show how to buy some shares with XCHF:

Dive deeper:

πŸ“”Contracts Overviewchevron-right

Last updated