For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

This is a guide on Vine’s JSON RPCs.

JSON-RPC methods use a namespace system. RPC APIs are clustered into several categories, depending on their usage. All method names are composed of an underscore, namespace, and the actual method name within the namespace.

The format used to showcase the RPC methods is:

<< Method Name >>

<< Parameters >>

<< Return Type>>

<< Short Summary regarding the method >>

Last updated