API Wallets Generation
Create inabit API wallets in your organization
Create an inabit API Wallet
CreateApiWalletAddress Mutation:
mutation CreateApiWalletAddress($data: ApiWalletCreateAddressInput!) {
createApiWalletAddress(data: $data) {
address
walletId
}
}Body (ApiWalletCreateAddressInput object)
Name
Type
Description