cURL
curl --request POST \ --url https://api.rem.money/v1/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chain": "base", "name": "<string>" } '
{ "id": "<string>", "address": "<string>", "chain": "<string>", "balance": "<string>" }
Creates a new programmable wallet on the specified chain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The blockchain network
base
solana
Optional name for the wallet
Wallet created