https://github.com/johnkearney1/solana-api
Solana-API is a python script that creates a local REST API for the Solana (SPL) network that pulls data from RPC Nodes for development testing.
https://github.com/johnkearney1/solana-api
api cryptocurrency rest rest-api restful-api rpc solana
Last synced: 8 months ago
JSON representation
Solana-API is a python script that creates a local REST API for the Solana (SPL) network that pulls data from RPC Nodes for development testing.
- Host: GitHub
- URL: https://github.com/johnkearney1/solana-api
- Owner: JohnKearney1
- Created: 2021-05-30T02:33:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:00:53.000Z (over 2 years ago)
- Last Synced: 2025-07-21T15:04:45.643Z (8 months ago)
- Topics: api, cryptocurrency, rest, rest-api, restful-api, rpc, solana
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana-API
This is a custom REST API for the Solana (SPL) network that pulls from RPC Nodes in Python!
#### Note:
This is not the public API! This is the source code allowing developers to run a local version of the Solana REST API I've built on their network for development purposes.
There is not currently adequate documentation on the API, so bear with me as I write it.
For guidance on how to use the API- refer to the examples folder. They show appropriate usage of the endpoints.