Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ https://story.api-archive.t.stavr.tech:443 # Cosmos REST API
#### OranG3cluB:
```bash
https://storyapi.orang3club.tech # Cosmos REST API
```

#### DTEAM:
```bash
https://api.story.testnet.dteam.tech # Cosmos REST API
https://api-2.story.testnet.dteam.tech # Cosmos REST API
https://api-3.story.testnet.dteam.tech # Cosmos REST API
```

</TabItem>
Expand Down Expand Up @@ -264,6 +271,17 @@ https://rpc-story.card3.ai # Cosmos RPC
#### OranG3cluB:
```bash
https://storyrpc.orang3club.tech # Cosmos RPC
```

#### DTEAM:
```bash
https://rpc.story.testnet.dteam.tech # Cosmos RPC
https://rpc-2.story.testnet.dteam.tech # Cosmos RPC
https://rpc-3.story.testnet.dteam.tech # Cosmos RPC

https://evm-rpc.story.testnet.dteam.tech # EVM JSON-RPC
https://evm-rpc-2.story.testnet.dteam.tech # EVM JSON-RPC
https://evm-rpc-3.story.testnet.dteam.tech # EVM JSON-RPC
```

</TabItem>
Expand Down Expand Up @@ -349,6 +367,17 @@ wss://story-testnet-wss.openbitlab.com # EVM WSS
```bash
wss://story.rpc-archive.t.stavr.tech/websocket # Cosmos WSS
wss://story.wss-archive.t.stavr.tech # EVM WSS
```

#### DTEAM:
```bash
wss://rpc.story.testnet.dteam.tech/websocket # Cosmos WSS
wss://rpc-2.story.testnet.dteam.tech/websocket # Cosmos WSS
wss://rpc-3.story.testnet.dteam.tech/websocket # Cosmos WSS

wss://evm-rpc.wss.story.testnet.dteam.tech:443 # EVM WSS
wss://evm-rpc-2.wss.story.testnet.dteam.tech:443 # EVM WSS
wss://evm-rpc-3.wss.story.testnet.dteam.tech:443 # EVM WSS
```

</TabItem>
Expand Down
Loading