APIs

All REST APIs are available in openapi3 documents.

Market

REST APIs

COMMING SOON

Tokenization

REST APIs

COMMING SOON

Wallet

REST APIs

End-users

End-users can call a REST API to retrieve a wallet properties (Address, blockchain, public key, …).

End-users can call a REST API to retrieve a wallet crypto currency balance (balance, balance symbol, raw_balance and decimal).

End-users can call a REST API to retrieve a wallet Fongible and Non Fongible Token balance (token_address, token_balance, token_type, metadataCid, …).

End-users can call a REST API to retrieve a wallet crypto currency transactions list with all the transaction details (Trx hash, amount, new token owner, …). Paging is also supported.

End-users can call a REST API to retrieve a wallet Fongible and Non Fongible Token transactions list with all the transaction details (token_type, smart_contract_address, smart_contract_entrypoint, smart_contract_entrypoint_params, …). Paging is also supported.

Administrators

Administrators can call a REST API to retrieve a wallet properties (Address, blockchain, public key, …).

Administrators can call a REST API to retrieve a wallet crypto currency balance (balance, balance symbol, raw_balance and decimal).

Administrators can call a REST API to retrieve a wallet Fongible and Non Fongible Token balance (token_address, token_balance, token_type, metadataCid, …).

Administrators can call a REST API to retrieve a wallet crypto currency transactions list with all the transaction details (Trx hash, amount, new token owner, …). Paging is also supported.

Administrators can call a REST API to retrieve a wallet Fongible and Non Fongible Token transactions list with all the transaction details (token_type, smart_contract_address, smart_contract_entrypoint, smart_contract_entrypoint_params, …). Paging is also supported.

Javascript APIs

Wallet owner

Wallet owner can call an API to create, read or update a wallet.

Wallet owner can call a JS API to extract the wallet secret.

Wallet owner can call a JS API to restore the JS lib wallet from a secret.

Wallet owner can call a JS API to send native crypto currency to a Tezos address.

Wallet owner can call a JS API to send a NFT or a FT to a Tezos address.

Wallet owner can call JS APIs to get the fees of a transaction of crypto currency, fungible token and non fungible token.

Users

Keycloak APIs

End-users

End-users can call an API to register. The end-users will have to confirm their email to use their new account.

End-users will receive a welcome email when registering.

End-users can call an API to reset their password.

End-users can call an API to edit their password.

End-users can call an API to enable the multiple factor authentication in order to protect their account.

End-users can call an API to retrieve the User Notice and the Private Policy.

REST APIs

End-users

End-users can call an API to edit their user information.

End-users can call an API to edit their personal settings.

End-users can call an API to retrieve their wallet information.

Administrators

Administrators can call an API to create & edit end-users.

Administrators can call an API to retrieve end-users list.

Administrators can call an API to edit end-users personal settings.

Administrators can call an API to retrieve end-users wallet information.

Administrators can call an API to create other administrators.