This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | RPC_URL | The RPC URL to connect to the Moonbeam chain the address manager contract is deployed to. | string | ||
CHAIN_ID | The chain id to connect to | number | 1284 |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | address | address |
address
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
contractAddress | The address of the Address Manager contract holding the custodial addresses. | string | ||||||
chainId | The name of the target custodial chain | string | mainnet , testnet |
mainnet |
||||
network | The name of the target custodial network protocol | string | moonbeam |
moonbeam |
Request:
{
"data": {
"endpoint": "address",
"network": "moonbeam",
"chainId": "mainnet"
}
}
MIT License