API Reference¶
Documentation and base URL¶
ATTENTION: Flow blockchain is temporary out of support - no data is provided on API for Flow blockchain, direct API calls with FLOW blockchain specified are ruturning ERROR 400 "Flow is not supported"
Use these base URLs to access our API on different networks.
api.rarible.org
or any testnet equivalent is compatible with all blockchains supported by the Rarible Protocol. We also use the term multichain to describe this compatibility case in the docs.
Documentation | Base URL | Environments |
---|---|---|
multichain-api.rarible.org | For all environments | |
api.rarible.org/v0.1/doc | https://api.rarible.org/v0.1 | Production (Mainnet) |
testnet-api.rarible.org/v0.1/doc | https://testnet-api.rarible.org/v0.1 | Development (Rinkeby, Mumbai, Ithaca) |
On the multichain-api.rarible.org page, you can make API requests using the TryIt function. To start using:
- Change environments on the top left side
- Choose API method
- Click Try it button:
- Configure the request parameters if required
- Click Send button
Also see additional information and API usage examples on the Search Capabilities page.
Environments¶
The API interacts with different blockchain networks for different environments.
Production:
- Ethereum: mainnet
- Tezos: mainnet
- Flow: mainnet
- Polygon: mainnet
- Solana: mainnet-beta
- Immutablex: mainnet
Testnet:
- Ethereum: rinkeby
- Tezos: ithaca
- Flow: devnet
- Polygon: mumbai
- Solana: devnet
- Immutablex: ropsten