Streams Api
Project description
morals-streams-api
API that provides access to Moralis Streams
This Python package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import moralis_streams_api
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import moralis_streams_api
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import moralis_streams_api
from moralis_streams_api.rest import ApiException
from pprint import pprint
# Configure API key authorization: x-api-key
configuration = moralis_streams_api.Configuration()
configuration.api_key['x-api-key'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['x-api-key'] = 'Bearer'
# create an instance of the API class
api_instance = moralis_streams_api.BetaApi(moralis_streams_api.ApiClient(configuration))
try:
api_response = api_instance.get_stats()
pprint(api_response)
except ApiException as e:
print("Exception when calling BetaApi->get_stats: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
BetaApi | get_stats | GET /beta/stats | |
EVMStreamsApi | add_address_to_stream | POST /streams/evm/{id}/address | |
EVMStreamsApi | create_stream | PUT /streams/evm | |
EVMStreamsApi | delete_address_from_stream | DELETE /streams/evm/{id}/address | |
EVMStreamsApi | delete_stream | DELETE /streams/evm/{id} | |
EVMStreamsApi | get_addresses | GET /streams/evm/{id}/address | |
EVMStreamsApi | get_stream | GET /streams/evm/{id} | |
EVMStreamsApi | get_streams | GET /streams/evm | |
EVMStreamsApi | update_stream | POST /streams/evm/{id} | |
EVMStreamsApi | update_stream_status | POST /streams/evm/{id}/status | |
HistoryApi | get_history | GET /history | |
HistoryApi | replay_history | POST /history/replay/{id} | |
ProjectApi | get_settings | GET /settings | |
ProjectApi | set_settings | POST /settings |
Documentation For Models
- AbiInput
- AbiItem
- AbiOutput
- AbiType
- Addresses
- AddressesTypesAddressResponse
- AddressesTypesAddressesAdd
- AddressesTypesAddressesRemove
- AddressesTypesAddressesResponse
- AddressesTypesDeleteAddressResponse
- AddressesTypesUUID
- AdvancedOptions
- AnyOfaddressesTypesAddressResponseAddress
- AnyOfaddressesTypesAddressesAddAddress
- Block
- HistoryModel
- HistoryTypesHistoryModel
- HistoryTypesHistoryResponse
- HistoryTypesUUID
- IAbi
- IERC20Approval
- IERC20Transfer
- INFTApproval
- INFTApprovalERC1155
- INFTApprovalERC721
- INFTTransfer
- InternalTransaction
- Log
- PartialStreamsTypesStreamsModelCreate_
- SettingsRegion
- SettingsTypesSettingsModel
- StateMutabilityType
- StatsTypesStatsModel
- StreamsAbi
- StreamsFilter
- StreamsModel
- StreamsStatus
- StreamsTypesStreamsModel
- StreamsTypesStreamsModelCreate
- StreamsTypesStreamsResponse
- StreamsTypesStreamsStatusUpdate
- StreamsTypesUUID
- Transaction
- UUID
- WebhookTypesIWebhook
Documentation For Authorization
x-api-key
- Type: API key
- API key parameter name: x-api-key
- Location: HTTP header
Author
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moralis-streams-api-1.0.4.tar.gz
(51.9 kB
view hashes)
Built Distribution
Close
Hashes for moralis-streams-api-1.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03bf3590aba027ce2341962e74a4e9bedc7f4c8b0c3fcdfd722ca303ff52606e |
|
MD5 | 28a25d33e7249acbee4140bb497c7556 |
|
BLAKE2b-256 | 4603ef2bdc76259a662170da84ea16ba9a64d57ef679ab200f3a1f05e726c15f |
Close
Hashes for moralis_streams_api-1.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67c9f9edd713b6807b4a143c2aabb6c6355f11f48d3fb6e8db7ac8c1be46b814 |
|
MD5 | 8c4bcd705ca6a6a2eb7f761e2b73e91b |
|
BLAKE2b-256 | dbe70a7ffe1fb1d192b6f03a470f6e1dc040b3095db44280fd269835ca5f0c00 |