Otim Documentation home page
Search...
⌘K
Ask AI
App
Search...
Navigation
Using the API
Getting Started
Documentation
SDK
API Reference
GitHub
Community
X
Blog
Using the API
Getting Started
Otim APIs
Authentication
Configuration
Delegation
Instructions
Transactions
On this page
Overview
Content types
Authentication
Fetch information about the Otim Platform
Delegating accounts to Otim
Construct and activate Otim Instructions
Using the API
Getting Started
Overview
The Otim API makes it easy for developers to integrate Otim into their app and wallet experiences. This is best used by those who want to:
create an embedded smart action experience for their users, or
use Otim in a headless, programmatic way for themselves.
Content types
The Otim API always accepts JSON in request bodies and returns JSON in response bodies. You will need to send the
content-type: application/json
header in requests.
Authentication
Almost every API endpoint is authenticated using Bearer JWT tokens. Check out the
Log in
page on how to authorize!
Fetch information about the Otim Platform
Configuration
Fetch list of available chains, available tokens, and deployed contract addresses for each chain.
Delegating accounts to Otim
Delegation
Delegate and view delegation statuses.
Construct and activate Otim Instructions
Instructions
Build and activate new Instructions, view all active and past Instruction details.
Transactions
View Otim Instruction execution details.
Log in
Assistant
Responses are generated using AI and may contain mistakes.