Skip to content
Get started

Machine-readable API catalog (JSON)

client.meta.retrieveRacksAPI(RequestOptionsoptions?): MetaRetrieveRacksAPIResponse
GET/api/meta/racks-api

Returns a JSON file listing all public API routes with auth requirements and descriptions.

ReturnsExpand Collapse
MetaRetrieveRacksAPIResponse = unknown

Machine-readable API catalog (JSON)

import Racks from 'racks.cash';

const client = new Racks();

const response = await client.meta.retrieveRacksAPI();

console.log(response);
{}
Returns Examples
{}