Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/Api/requests"

Index

Functions

Const handleResponse

  • handleResponse<T>(response: AxiosResponse<T>): T

Object literals

Const auth

auth: object

get

Const meta

meta: object

config

tickersSearchParams

Const orderbook

orderbook: object

cancel

  • cancel(endpoint: string, query: RequestQuery, authAddress: string, signature: string): Promise<void>

form

preSubmit

sign

  • sign(endpoint: string, body: RequestBody, authAddress: string, signature: string): Promise<unknown>

Const orders

orders: object

allAddresses

  • allAddresses(endpoint: string, authAddress: string, signature: string): Promise<ResponseBody>

Const tickers

tickers: object

all

data

derivatives

Const trades

trades: object

allAddress

  • allAddress(endpoint: string, authAddress: string, signature: string): Promise<ResponseBody>

Const wallet

wallet: object

tokenBalance

  • tokenBalance(endpoint: string, authAddress: string, signature: string): Promise<ResponseBody>

Generated using TypeDoc