API Reference
Routes
Spiral Abyss

SpiralAbyss API Reference

NameTypeDescription
cacheClientCache<AbyssBattleData>The cache for the abyss battle data
fetch(uid: string, options?: SpiralAbyssFetchOptions): Promise<AbyssBattleData>functionFetches the abyss battle data for the given user id. If the previous option is set to true, the previous abyss battle data will be fetched.

SpiralAbyssFetchOptions

Extend the BaseFetchOptions interface.

OptionTypeDescription
previousboolean?Whether to fetch the previous abyss battle data