post
https://crypto.honeycoin.app/api/wallets/addresses
Creates a smart-contract wallet address.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Body
| Field | Type | Required | Description |
|---|---|---|---|
chain | string | Yes | Chain identifier. The API accepts uppercase or lowercase input and normalizes it internally. Example: base, eth, polygon, stellar, tempo. |
Example request
{
"chain": "base"
}Notes
- The requested chain must be supported for the authenticated business.
- This endpoint is wrapped with duplicate-request protection. If an identical request is already in progress, the API may return:
{
"success": false,
"message": "Request is being processed. Please try again later."
}
