POST
/
v2
/
create_local_wallet

Generate a new local cryptocurrency wallet within the Shinkai system.

Body

application/json
network
enum<string>
required

Enum representing the ID of the blockchain network.

Available options:
BaseSepolia,
BaseMainnet,
EthereumSepolia,
EthereumMainnet,
ArbitrumSepolia,
ArbitrumMainnet,
Anvil
role
enum<string>
required

Enum to represent different wallet roles. Useful for the API.

Available options:
Payment,
Receiving,
Both

Response

200 - application/json
address
object
required

Represents an address in a wallet.

id
string
required
network
object
required

Represents a blockchain network.

provider_url
string
required
wallet_private_key
string
required