Data Marshal Node Gateway Endpoints
Last updated
Last updated
The Data Marshal is the node that brokers the trade of data between a Data Creator and a Data Consumer. Learn more about the Data Marshal here
When you mint a Data NFT via the Data DEX DApp (devnet) or via the Data NFT SDK, you will be asked for a Data Marshal gateway endpoint as one of the minting parameters. For example, as you follow this detailed guide for Minting Data NFTs via the Data NFT SDK, you will see the following code snippet.
On line 4, you will see that you need to provide a Data Marshal gateway endpoint. You can use the following endpoints depending on your environments and use cases that you are building for.
Data Marshal Node Type | Mainnet Endpoint | Devnet Endpoint | Features | Limitations |
---|---|---|---|---|
Achilles
https://api.itheumcloud.com/datamarshalapi/achilles/v1
https://api.itheumcloud-stg.com/datamarshalapi/achilles/v1
Data brokering, Native Auth, Nested Streams, High Scalability
Only supports Data Streams with maximum size of 4.5MB
Brontes
https://api.itheumcloud.com/datamarshalapi/brontes/v1
https://api.itheumcloud-stg.com/datamarshalapi/brontes/v1
Data brokering, Native Auth, Nested Streams, Support Data Streams over 4.5MB
Limited Scalability
Router [Recommended] The router is recommended as it will use the most up to data Data Marshal
https://api.itheumcloud.com/datamarshalapi/router/v1
https://api.itheumcloud-stg.com/datamarshalapi/router/v1
Same as Brontes
Same as Brontes