Using a Shredstream Endpoint to fecth data faster.
Support areas
- supported networks:solana-mainnet
- supported methods:
- shredstream.ShredstreamProxy/SubscribeEntries
Integration Method
- grpc endpoint:https://grpc.zan.top
- Metadata:
- x-token: dedicated node ak(Required)
- x-network: ecosystem network(Not required:default is solana-mainnet)
Integration Example Guide
- Send request
download the proto files:git clone https://github.com/jito-labs/mev-protos
grpcurl -proto shredstream.proto \
-d '' \
-H "x-token: xxxxxx" \
grpc.zan.top:443 \
shredstream.ShredstreamProxy/SubscribeEntries
Note:
Feel free to contact us for assistance.