Telos API

πŸ“‹ Table of Contents

Overview

The Telos API provides Telos blockchain integration for the OASIS ecosystem. It handles Telos transactions, smart contracts, and account management.

Telos Management

Get Telos Account

GET /api/telos/account/{accountName}
Authorization: Bearer YOUR_TOKEN

Get Telos Balance

GET /api/telos/balance/{accountName}
Authorization: Bearer YOUR_TOKEN

Get Telos Transactions

Telos Operations

Send Telos Transaction

Execute Smart Contract

Get Contract Info

Error Responses

Account Not Found


← Previous: Seeds API | Next: Avatar API β†’

Last updated