API Endpoints
Overview of all the features that Ludo API offers you!
In this section you will find a list of all the API endpoints of the Ludo API along with a description, if you need more information on each endpoint then visit our API Reference.
GraphQL and WebSocket
API | Endpoint |
---|---|
WebSocket | wss://rest-v1.ludo.ninja/ |
GraphQL | https://graphql-v1.ludo.ninja/ |
REST
Description | API Method | API Endpoint |
---|---|---|
Categorize NFTs | POST | https://rest-v1.ludo.ninja/ai/categories |
Get the address of an ENS name | GET | https://rest-v1.ludo.ninja/ens/{name} |
Get the ENS name of an address | GET | https://rest-v1.ludo.ninja/addresses/{address}/ens |
Get all the supported markets by the Ludo API | GET | https://rest-v1.ludo.ninja/info/markets |
Get all the supported Blockchains | GET | https://rest-v1.ludo.ninja/info/blockchains |
Get All NFTs by address on a specific blockchain | GET | https://rest-v1.ludo.ninja/wallets/{blockchain}/{walletAddress} |
Search NFTs by name, contract address, owner address, creator address and blockchain | GET | https://rest-v1.ludo.ninja/nfts |
Fetch contract details by contract address on a blockchain | GET | https://rest-v1.ludo.ninja/contracts/{blockchain}/{contractAddress} |
Fetch all NFTs which are owned by a contract on a blockchain | GET | https://rest-v1.ludo.ninja/contracts/{blockchain}/{contractAddress}/nfts |
Updated almost 2 years ago