deso_api_explorer
Explore and interact with DeSo blockchain APIs, view implementation details, and integrate with the deso-js SDK using this comprehensive API tool.
Instructions
Comprehensive DeSo API explorer with backend implementation details and deso-js SDK integration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | API category to explore | |
endpoint | No | Specific endpoint name (optional) | |
includeCode | No | Include code examples |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "API category to explore",
"enum": [
"social",
"financial",
"nft",
"dao",
"tokens",
"access",
"associations",
"derived-keys",
"messages",
"data",
"notifications",
"media",
"admin",
"blockchain",
"identity",
"all"
],
"type": "string"
},
"endpoint": {
"description": "Specific endpoint name (optional)",
"type": "string"
},
"includeCode": {
"description": "Include code examples",
"type": "boolean"
}
},
"type": "object"
}