getApiSpecification
Retrieve the complete OpenAPI specification for Adamik API to access detailed schemas, formats, and rules for blockchain transactions across 80+ networks, ensuring precise API integration and error handling.
Instructions
Get the comprehensive OpenAPI specification for the Adamik API covering 80+ blockchain networks. This provides authoritative reference for: • Exact request/response schemas for all transaction types (transfer, stake, unstake, claimRewards, convertAsset, etc.) • Complete chain family details (EVM, Cosmos, Bitcoin, Solana, Starknet, etc.) with supported features • Precise parameter formats (amounts in smallest units, address formats, token IDs, validator addresses) • Transaction encoding formats (RLP, PSBT, BOC, BCS, etc.) and signature requirements • Account state schemas (native/token balances, staking positions, rewards) • Error handling patterns and validation rules • Pagination support for large datasets Use this when you need exact API contract details for blockchain operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
refresh | No | Optional: refresh the cached specification from API | |
section | No | Optional: specific section like 'paths', 'components', 'schemas'. If not provided, returns full spec |