API Wallets Generation
Create inabit API wallets in your organization
Was this helpful?
Create inabit API wallets in your organization
Was this helpful?
The CreateApiWalletAddress mutation allows API admins to create a new inabit API wallet with a designated address for a given asset & blockchain.
Remember to authenticate to call our graphQL API using an access token (bearer) with your API Admin credentials. (If you're not sure how, refer to )
Don't have an API Admin user yet? contact us at support@inabit.com to create one!
blockchainId*
string
ID of the blockchain in inabit
financialAssetId*
string
ID of the financial asset in inabit (can be token/native)
organizationId*
string
ID of the organization in inabit
Example body:
In the mutation's response, you will receive the created api wallet ID including the associated blockchain address.