Generate Deposit Address
Adding a new coin/asset to a wallet (Generates a new wallet blockchain deposit address)
Was this helpful?
Adding a new coin/asset to a wallet (Generates a new wallet blockchain deposit address)
Was this helpful?
The AddCoinAddress
query allows API users to add a new coin into their API wallet/s. This action will generate a new blockchain address in the wallet.
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!
Content-Type
application/json
Authorization
Bearer <token>
walletId*
string
ID of the wallet
financialAssetId*
string
ID of the financial asset in inabit (can be token/native)
blockchainId*
string
ID of the blockchain in inabit
Example body:
Return values:
address
String
API Wallet Address
In the query's response, you will receive the created API wallet address for the asset & blockchain given in the body.