0.0.25 • Published 11 months ago

okxos v0.0.25

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

OKX OS SDK

Type Full OKX OS SDK

https://www.okx.com/web3/build/docs/waas/okx-waas-what-is-waas

Install

npm add okxos zod

Usage

import { apiKey, apiSecret, apiPass, projectID } from "./secret.json";
import { SDK } from "okxos";

const client = SDK({
  apiKey,
  apiSecret,
  apiPass,
  projectID,
});

await client({
  endpoint: "wallet/chain/supported-chains",
})

Support Endpoints

[
  'wallet/account/account-detail',
  'wallet/account/accounts',
  'wallet/account/create-wallet-account',
  'wallet/account/delete-account',
  'wallet/account/update-wallet-account',
  'wallet/asset/all-token-balances-by-address',
  'wallet/asset/token-balances',
  'wallet/asset/token-balances-by-address',
  'wallet/asset/total-value',
  'wallet/asset/total-value-by-address',
  'wallet/asset/wallet-all-token-balances',
  'wallet/chain/supported-chains',
  'wallet/post-transaction/inscription-transaction-detail-by-txhash',
  'wallet/post-transaction/orders',
  'wallet/post-transaction/transaction-detail-by-txhash',
  'wallet/post-transaction/transactions',
  'wallet/post-transaction/transactions-by-address',
  'wallet/pre-transaction/broadcast-transaction',
  'wallet/pre-transaction/validate-address',
  'wallet/security/approvals',
  'wallet/token/current-price',
  'wallet/token/historical-price',
  'wallet/token/token-detail',
  'wallet/utxo/utxo-detail',
  'wallet/utxo/utxos',
  'wallet/webhook/subscribe',
  'wallet/webhook/subscriptions',
  'wallet/webhook/unsubscribe'
]
0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago