⚑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
200

Successful operation

get
/tokens/

For all endpoints visit the External API section:

βš™οΈExternal API (Gitbook)

Subgraph

To quickly check out the Subgraph you can go to the The Graph's Explorer Page 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:

πŸ“ŠSubgraph

Ethers

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

More examples with Ethers:

Integrate with Ethers.js

Solidity

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

Dive deeper:

πŸ“”Contracts Overview

Last updated

Was this helpful?