Generate Address

Creates a smart-contract wallet address.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Body

FieldTypeRequiredDescription
chainstringYesChain 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."
}
Body Params
string
required
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json