This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | API_KEY | An API key for Data Provider | string | ||
API_ENDPOINT | An API endpoint for Data Provider | string | https://fbtc.phalcon.blocksec.com/api/v1/extension/fbtc-reserved-addr |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 6 | The same IP address can only send one request within 5 seconds |
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 |
---|---|---|---|---|---|---|---|---|
✅ | network | The network name to associate with the addresses | string | |||||
✅ | chainId | The chain ID to associate with the addresses | string |
Request:
{
"data": {
"endpoint": "address",
"network": "bitcoin",
"chainId": "mainnet"
}
}
MIT License