6 releases

new 0.3.4 Jan 16, 2025
0.3.3 Jan 15, 2025
0.3.2 Dec 16, 2024
0.2.6 Nov 28, 2024

#4 in #uniswap

Download history 49/week @ 2024-11-22 218/week @ 2024-11-29 157/week @ 2024-12-06 150/week @ 2024-12-13 12/week @ 2024-12-20 5/week @ 2025-01-03 59/week @ 2025-01-10

81 downloads per month

MIT license

150KB
4.5K SLoC

Pangea Client

pangea-client is a set of libraries for different languages to interface with Pangea API.

When using rust the data is delivered in Arrow or JSON, developers are required to provide their own types.


Getting started

Access to the API via pangea-client requires credentials, please apply for access first.

Once credentials are issued, they will need to be set in the environment variables.

The easiest way to use these credentials is to create a .env file in the project root folder and populate it like so:

PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx

Examples

Checkout the github repository separately for example code.


lib.rs:

pangea-client

Introduction

This crate allows you to access Pangea API.

Dependencies

~39–56MB
~1M SLoC