zerion-sdk
Version:
A Typed Interface for ZerionAPI
14 lines (13 loc) • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POLYGON_NATIVE_ASSET_ID = exports.DEFAULT_FUNGIBLE_OPTIONS = exports.ZERION_CONFIG = void 0;
exports.ZERION_CONFIG = {
BASE_URL: "https://api.zerion.io/v1",
};
exports.DEFAULT_FUNGIBLE_OPTIONS = {
currency: "usd",
filterPositions: "only_simple",
filterTrash: "only_non_trash",
sort: "value",
};
exports.POLYGON_NATIVE_ASSET_ID = "7560001f-9b6d-4115-b14a-6c44c4334ef2";