Generate Deposit Address
Adding a new coin/asset to a wallet (Generates a new wallet blockchain deposit address)
Adding a new coin/asset to a wallet (Generates a new wallet blockchain deposit address)
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 Authentication)
Don't have an API Admin user yet? contact us at support@inabit.com to create one!
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Example body:
Return values:
In the query's response, you will receive the created API wallet address for the asset & blockchain given in the body.
Reminder - You can't add multiple blockchains under the same API wallet. One inabit API wallet = one address
Name | Type | Description |
---|---|---|
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
address
String
API Wallet Address