0.9.1 • Published 4 months ago

codemelt-retro-api-sdk v0.9.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Retro API sdk

This SDK is generated using Nestia for the Retro API.

Instalation

npm install codemelt-retro-api-sdk

Usage

First, import the SDK:

import api from 'codemelt-retro-api-sdk';

Setting up the connection

Before making any API calls, set up the connection:

import { IConnection } from 'codemelt-retro-api-sdk';

const connection: IConnection = {
  host: '<https://api.example.com>',
  headers: {
    'Authorization': 'Bearer YOUR_TOKEN_HERE'
  }
};

Get home data

const homeInfo = await api.functional.appInfo(connection);

Get Currency endpoints

const retroTokenDetails = await api.functional.currency.retro.getRetroTokenDetails(connection); const partnerCurrencies = await api.functional.currency.partners.getPartners(connection, 'ethereum');

Make a swap

const swapDetails: api.functional.swap.getSwapData.Input = {
  tokenA: '0x...',
  tokenB: '0x...',
  chain: 'ethereum',
  amount: 1000000000000000000,
  sender: '0x...',
  recipient: '0x...',
  slippage: 0.5
};

const swapResult = await api.functional.swap.getSwapData(connection, swapDetails);

Error handling

TBD

0.9.0

4 months ago

0.9.1

4 months ago

0.8.6

4 months ago

0.8.4

5 months ago

0.8.3

5 months ago

0.8.2

5 months ago

0.8.1

6 months ago

0.8.0

6 months ago

0.7.0

6 months ago

0.6.3

6 months ago

0.6.2

6 months ago

0.6.1

6 months ago

0.6.0

8 months ago

0.5.9

8 months ago

0.5.4

8 months ago

0.5.6

8 months ago

0.5.5

8 months ago

0.5.8

8 months ago

0.5.7

8 months ago

0.5.3

9 months ago

0.4.10

9 months ago

0.5.0

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.4.9

9 months ago

0.4.8

9 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.4.5

9 months ago

0.3.6

10 months ago

0.2.7

10 months ago

0.4.4

9 months ago

0.3.5

10 months ago

0.2.6

10 months ago

0.4.7

9 months ago

0.2.9

10 months ago

0.3.7

10 months ago

0.2.8

10 months ago

0.4.1

9 months ago

0.3.2

10 months ago

0.2.3

10 months ago

0.4.0

9 months ago

0.3.1

10 months ago

0.2.2

10 months ago

0.3.4

10 months ago

0.2.5

10 months ago

0.4.2

9 months ago

0.3.3

10 months ago

0.2.4

10 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.8

1 year 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.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago