0.1.1 • Published 2 years ago

chainalysis-api-rest v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Chainalysis API REST

A non-official interface for interact with Chainalysis written by eDesigns Company and CompraDinero.com

Installation

npm i chainalysis-api-rest

Usage

import { ChainalysisApiRest } from 'chainalysis-api-rest';

ChainalysisApiRest.init({
    token: {API_HASH_TOKEN}
});

Transfers

This endpoint registers a transfer. Once you make a request for a transfer, KYT stores it and begins processing.

For transfers that are valid and KYT can process, the transfer should process within 30 seconds.

ChainalysisApiRest.v2.Users.Transfers.registerTransfer({
    userID: {userID},
    asset: {asset},
    transferReference: `${hash}:${address}`,
    direction: "received",
    assetAmount: 0.001 
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

0.1.1

2 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago