New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elevenyellow.com/switchain-api-client

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevenyellow.com/switchain-api-client - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@elevenyellow.com/switchain-api-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "client module to access switchains's api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -87,1 +87,23 @@ # Install

```
## getOrderStatus
#### Params
- orderId: `string`
#### Returns
```js
{
status: {
status, fromAmount, rate, exchangeAddress, toAddress, refundAddress, toTx;
}
}
```
#### Example
```js
const { status } = SwitchainApi.getOrderStatus({ orderId });
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc