Wallet
Create Local Wallet
POST
/
v2
/
create_local_wallet
Generate a new local cryptocurrency wallet within the Shinkai system.
Body
application/json
network
enum<string>
requiredEnum representing the ID of the blockchain network.
Available options:
BaseSepolia
, BaseMainnet
, EthereumSepolia
, EthereumMainnet
, ArbitrumSepolia
, ArbitrumMainnet
, Anvil
role
enum<string>
requiredEnum to represent different wallet roles. Useful for the API.
Available options:
Payment
, Receiving
, Both
Response
200 - application/json
address
object
requiredRepresents an address in a wallet.
id
string
requirednetwork
object
requiredRepresents a blockchain network.
provider_url
string
requiredwallet_private_key
string
required