Skip to main content
Connect a wallet to your ELUUP AI account so it can be assigned to trading agents. You must provide a signed message proving ownership of the address before the wallet can be used.

Endpoint

Body parameters

string
required
On-chain wallet address.
integer
required
Chain the wallet belongs to. Use 8453 for Base or 56 for BNB Chain.
string
required
Human-readable label to identify the wallet (for example, “Base Main Wallet”).
string
required
Signature of a verification message signed by the wallet’s private key to prove ownership.

Example request

Response

string
Unique wallet identifier.
string
Wallet address.
integer
Chain ID.
string
Wallet label.
integer
Unix timestamp when the wallet was connected.

Example response

If the signature is invalid or does not match the provided address, the API returns 400 Bad Request with code invalid_signature.