📔Open API Specification

Context

Here you will find our OpenAPI specification for the Chainvine API.

All endpoints below require you to provide your api key in the headers

{
    'X-API-KEY': 'your-api-key'
}

SyncUser

Always call this method early on in your flows to fetch a user's Chainvine ID.

Note: the SDK handles calling this endpoint for your when using the SDK to call the methods in the ChainvineUser section.

This endpoint can also be used to update the user's information.

ChainvineUser

These endpoints can also be covered via the SDK. Please see methods outlined there as needed or examples of how to use these endpoints to suit your needs.

V1 Endpoints

CodeGeneration

If you would like to generate custom code for the endpoints above, please visit our swaggerhub page and select the "Export" drop down at the top right of the page.

Last updated