mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
docs update
This commit is contained in:
@@ -33,6 +33,7 @@ Orion’s SDK is free to use and does not require an API key or registration. Re
|
||||
- [High level methods](#high-level-methods)
|
||||
- [Get assets](#get-assets)
|
||||
- [Get pairs](#get-pairs)
|
||||
- [Get Orion Bridge history](#get-orion-bridge-history)
|
||||
- [Withdraw](#withdraw)
|
||||
- [Deposit](#deposit)
|
||||
- [Get swap info](#get-swap-info)
|
||||
@@ -139,6 +140,14 @@ const pairs = await orion.getPairs("spot"); // 'spot' | 'futures'
|
||||
// }
|
||||
```
|
||||
|
||||
### Get Orion Bridge history
|
||||
|
||||
```ts
|
||||
const bridgeHistory = await orion.bridge.getHistory(
|
||||
"0x0000000000000000000000000000000000000000"
|
||||
);
|
||||
```
|
||||
|
||||
### Withdraw
|
||||
|
||||
```ts
|
||||
|
||||
Reference in New Issue
Block a user